|
logical | is_allocated = .FALSE. |
|
integer(long) | release = NLTECOEFF_RELEASE |
|
integer(long) | version = NLTECOEFF_VERSION |
|
integer(long) | n_predictors = 0 |
|
integer(long) | n_sensor_angles = 0 |
|
integer(long) | n_solar_angles = 0 |
|
integer(long) | n_nlte_channels = 0 |
|
integer(long) | n_channels = 0 |
|
integer(long) | n_layers = N_LAYERS |
|
character(sl) | sensor_id = '' |
|
integer(long) | wmo_satellite_id = INVALID_WMO_SATELLITE_ID |
|
integer(long) | wmo_sensor_id = INVALID_WMO_SENSOR_ID |
|
integer(long), dimension(:), allocatable | sensor_channel |
|
real(double), dimension(n_layers) | upper_plevel = ZERO |
|
real(double), dimension(n_layers) | lower_plevel = ZERO |
|
real(double), dimension(n_layers) | min_tm = ZERO |
|
real(double), dimension(n_layers) | max_tm = ZERO |
|
real(double), dimension(n_layers) | mean_tm = ZERO |
|
real(double), dimension(:), allocatable | secant_sensor_zenith |
|
real(double), dimension(:), allocatable | secant_solar_zenith |
|
integer(long), dimension(:), allocatable | nlte_channel |
|
logical, dimension(:), allocatable | is_nlte_channel |
|
integer(long), dimension(:), allocatable | c_index |
|
real(double), dimension(:,:,:,:), allocatable | c |
|
Definition at line 91 of file NLTECoeff_Define.f90.
real(double), dimension(:,:,:,:), allocatable nltecoeff_define::nltecoeff_type::c |
|
private |
◆ c_index
integer(long), dimension(:), allocatable nltecoeff_define::nltecoeff_type::c_index |
|
private |
◆ is_allocated
logical nltecoeff_define::nltecoeff_type::is_allocated = .FALSE. |
|
private |
◆ is_nlte_channel
logical, dimension(:), allocatable nltecoeff_define::nltecoeff_type::is_nlte_channel |
|
private |
◆ lower_plevel
real(double), dimension(n_layers) nltecoeff_define::nltecoeff_type::lower_plevel = ZERO |
|
private |
◆ max_tm
◆ mean_tm
◆ min_tm
◆ n_channels
integer(long) nltecoeff_define::nltecoeff_type::n_channels = 0 |
|
private |
◆ n_layers
integer(long) nltecoeff_define::nltecoeff_type::n_layers = N_LAYERS |
|
private |
◆ n_nlte_channels
integer(long) nltecoeff_define::nltecoeff_type::n_nlte_channels = 0 |
|
private |
◆ n_predictors
integer(long) nltecoeff_define::nltecoeff_type::n_predictors = 0 |
|
private |
◆ n_sensor_angles
integer(long) nltecoeff_define::nltecoeff_type::n_sensor_angles = 0 |
|
private |
◆ n_solar_angles
integer(long) nltecoeff_define::nltecoeff_type::n_solar_angles = 0 |
|
private |
◆ nlte_channel
integer(long), dimension(:), allocatable nltecoeff_define::nltecoeff_type::nlte_channel |
|
private |
◆ release
integer(long) nltecoeff_define::nltecoeff_type::release = NLTECOEFF_RELEASE |
|
private |
◆ secant_sensor_zenith
real(double), dimension(:), allocatable nltecoeff_define::nltecoeff_type::secant_sensor_zenith |
|
private |
◆ secant_solar_zenith
real(double), dimension(:), allocatable nltecoeff_define::nltecoeff_type::secant_solar_zenith |
|
private |
◆ sensor_channel
integer(long), dimension(:), allocatable nltecoeff_define::nltecoeff_type::sensor_channel |
|
private |
◆ sensor_id
character(sl) nltecoeff_define::nltecoeff_type::sensor_id = '' |
|
private |
◆ upper_plevel
real(double), dimension(n_layers) nltecoeff_define::nltecoeff_type::upper_plevel = ZERO |
|
private |
◆ version
integer(long) nltecoeff_define::nltecoeff_type::version = NLTECOEFF_VERSION |
|
private |
◆ wmo_satellite_id
integer(long) nltecoeff_define::nltecoeff_type::wmo_satellite_id = INVALID_WMO_SATELLITE_ID |
|
private |
◆ wmo_sensor_id
integer(long) nltecoeff_define::nltecoeff_type::wmo_sensor_id = INVALID_WMO_SENSOR_ID |
|
private |
The documentation for this type was generated from the following file: