|
| logical | is_allocated = .FALSE. |
| |
| integer(long) | release = SPCCOEFF_RELEASE |
| |
| integer(long) | version = SPCCOEFF_VERSION |
| |
| integer(long) | n_channels = 0 |
| |
| character(sl) | sensor_id = '' |
| |
| integer(long) | sensor_type = INVALID_SENSOR |
| |
| integer(long) | wmo_satellite_id = INVALID_WMO_SATELLITE_ID |
| |
| integer(long) | wmo_sensor_id = INVALID_WMO_SENSOR_ID |
| |
| integer(long), dimension(:), allocatable | sensor_channel |
| |
| integer(long), dimension(:), allocatable | polarization |
| |
| integer(long), dimension(:), allocatable | channel_flag |
| |
| real(double), dimension(:), allocatable | frequency |
| |
| real(double), dimension(:), allocatable | wavenumber |
| |
| real(double), dimension(:), allocatable | planck_c1 |
| |
| real(double), dimension(:), allocatable | planck_c2 |
| |
| real(double), dimension(:), allocatable | band_c1 |
| |
| real(double), dimension(:), allocatable | band_c2 |
| |
| real(double), dimension(:), allocatable | cosmic_background_radiance |
| |
| real(double), dimension(:), allocatable | solar_irradiance |
| |
| type(accoeff_type) | ac |
| |
| type(nltecoeff_type) | nc |
| |
Definition at line 157 of file SpcCoeff_Define.f90.
◆ ac
| type(accoeff_type) spccoeff_define::spccoeff_type::ac |
|
private |
◆ band_c1
| real(double), dimension(:), allocatable spccoeff_define::spccoeff_type::band_c1 |
|
private |
◆ band_c2
| real(double), dimension(:), allocatable spccoeff_define::spccoeff_type::band_c2 |
|
private |
◆ channel_flag
| integer(long), dimension(:), allocatable spccoeff_define::spccoeff_type::channel_flag |
|
private |
◆ cosmic_background_radiance
| real(double), dimension(:), allocatable spccoeff_define::spccoeff_type::cosmic_background_radiance |
|
private |
◆ frequency
| real(double), dimension(:), allocatable spccoeff_define::spccoeff_type::frequency |
|
private |
◆ is_allocated
| logical spccoeff_define::spccoeff_type::is_allocated = .FALSE. |
|
private |
◆ n_channels
| integer(long) spccoeff_define::spccoeff_type::n_channels = 0 |
|
private |
◆ nc
| type(nltecoeff_type) spccoeff_define::spccoeff_type::nc |
|
private |
◆ planck_c1
| real(double), dimension(:), allocatable spccoeff_define::spccoeff_type::planck_c1 |
|
private |
◆ planck_c2
| real(double), dimension(:), allocatable spccoeff_define::spccoeff_type::planck_c2 |
|
private |
◆ polarization
| integer(long), dimension(:), allocatable spccoeff_define::spccoeff_type::polarization |
|
private |
◆ release
| integer(long) spccoeff_define::spccoeff_type::release = SPCCOEFF_RELEASE |
|
private |
◆ sensor_channel
| integer(long), dimension(:), allocatable spccoeff_define::spccoeff_type::sensor_channel |
|
private |
◆ sensor_id
| character(sl) spccoeff_define::spccoeff_type::sensor_id = '' |
|
private |
◆ sensor_type
| integer(long) spccoeff_define::spccoeff_type::sensor_type = INVALID_SENSOR |
|
private |
◆ solar_irradiance
| real(double), dimension(:), allocatable spccoeff_define::spccoeff_type::solar_irradiance |
|
private |
◆ version
| integer(long) spccoeff_define::spccoeff_type::version = SPCCOEFF_VERSION |
|
private |
◆ wavenumber
| real(double), dimension(:), allocatable spccoeff_define::spccoeff_type::wavenumber |
|
private |
◆ wmo_satellite_id
| integer(long) spccoeff_define::spccoeff_type::wmo_satellite_id = INVALID_WMO_SATELLITE_ID |
|
private |
◆ wmo_sensor_id
| integer(long) spccoeff_define::spccoeff_type::wmo_sensor_id = INVALID_WMO_SENSOR_ID |
|
private |
The documentation for this type was generated from the following file: