Update Documentation authored by Doriann Blain's avatar Doriann Blain
...@@ -267,17 +267,13 @@ The `clouds_parameters` section handles the clouds settings. The cloud optical c ...@@ -267,17 +267,13 @@ The `clouds_parameters` section handles the clouds settings. The cloud optical c
- list of floats - list of floats
- (kg.m-3) density of the clouds particles - (kg.m-3) density of the clouds particles
- e.g. `cloud_particle_density = 917, 1980`. The number of elements must match `n_clouds` (see [`atmosphere_parameters`](#atmosphere_parameters)). - e.g. `cloud_particle_density = 917, 1980`. The number of elements must match `n_clouds` (see [`atmosphere_parameters`](#atmosphere_parameters)).
- `cloud_molar_mass `
- list of floats
- (kg.mol-1) molar mass of the clouds particles
- e.g. `cloud_molar_mass = 18.01528e-3, 74.5513e-3`. The number of elements must match `n_clouds` (see [`atmosphere_parameters`](#atmosphere_parameters)).
- `reference_wavenumber` - `reference_wavenumber`
- list of floats - list of floats
- (cm-1) [for diagnostic] wavenumber for cloud optical depth output - (cm-1) [for diagnostic] wavenumber for cloud optical depth output
- e.g. `reference_wavenumber = 1e4, 1e4`. Output the cloud opacities at this wavenumber. The number of elements must match `n_clouds` (see [`atmosphere_parameters`](#atmosphere_parameters)). - e.g. `reference_wavenumber = 1e4, 1e4`. Output the cloud opacities at this wavenumber. The number of elements must match `n_clouds` (see [`atmosphere_parameters`](#atmosphere_parameters)).
## retrieval_parameters ## retrieval_parameters
The `clouds_parameters` section handles the retrieval/inversion settings. The `retrieval_parameters` section handles the retrieval/inversion settings.
- `temperature_profile_file` - `temperature_profile_file`
- string - string
- a-priori temperature profile file - a-priori temperature profile file
... ...
......