- Todo:
- species should read in the wavelength grid for refractive indices instead of assuming it matches the MAM grid
Definition at line 20 of file species.F90.
◆ constructor()
type(species_t) function mam_species::species_t::constructor |
( |
class(config_t), intent(inout) |
config | ) |
|
|
private |
Constructs species_t objects.
- Todo:
- The complex refractive indices in the NetCDF files use a different convention for specifying the complex index of refraction that results in the need to take the absolute value of the imaginary part to get the complex index of refraction used in MAM. The NetCDF files should be updated to use positive values for the imaginary part.
Definition at line 49 of file species.F90.
◆ longwave_refractive_index()
procedure mam_species::species_t::longwave_refractive_index |
|
private |
◆ name()
procedure mam_species::species_t::name |
|
private |
◆ shortwave_refractive_index()
procedure mam_species::species_t::shortwave_refractive_index |
|
private |
◆ volume__m3()
procedure mam_species::species_t::volume__m3 |
|
private |
◆ density__kg_m3_
real(kind=musica_dk) mam_species::species_t::density__kg_m3_ |
|
private |
◆ longwave_refractive_index_
complex(kind=musica_dk), dimension(:), allocatable mam_species::species_t::longwave_refractive_index_ |
|
private |
◆ name_
type(string_t) mam_species::species_t::name_ |
|
private |
◆ shortwave_refractive_index_
complex(kind=musica_dk), dimension(:), allocatable mam_species::species_t::shortwave_refractive_index_ |
|
private |
The documentation for this interface was generated from the following file: