|
| logical | is_allocated = .FALSE. |
| |
| integer(long) | release = ACCOEFF_RELEASE |
| |
| integer(long) | version = ACCOEFF_VERSION |
| |
| integer(long) | n_fovs = 0 |
| |
| integer(long) | n_channels = 0 |
| |
| 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(:,:), allocatable | a_earth |
| |
| real(double), dimension(:,:), allocatable | a_space |
| |
| real(double), dimension(:,:), allocatable | a_platform |
| |
Definition at line 82 of file ACCoeff_Define.f90.
◆ a_earth
| real(double), dimension(:,:), allocatable accoeff_define::accoeff_type::a_earth |
|
private |
◆ a_platform
| real(double), dimension(:,:), allocatable accoeff_define::accoeff_type::a_platform |
|
private |
◆ a_space
| real(double), dimension(:,:), allocatable accoeff_define::accoeff_type::a_space |
|
private |
◆ is_allocated
| logical accoeff_define::accoeff_type::is_allocated = .FALSE. |
|
private |
◆ n_channels
| integer(long) accoeff_define::accoeff_type::n_channels = 0 |
|
private |
◆ n_fovs
| integer(long) accoeff_define::accoeff_type::n_fovs = 0 |
|
private |
◆ release
| integer(long) accoeff_define::accoeff_type::release = ACCOEFF_RELEASE |
|
private |
◆ sensor_channel
| integer(long), dimension(:), allocatable accoeff_define::accoeff_type::sensor_channel |
|
private |
◆ sensor_id
| character(sl) accoeff_define::accoeff_type::sensor_id = '' |
|
private |
◆ version
| integer(long) accoeff_define::accoeff_type::version = ACCOEFF_VERSION |
|
private |
◆ wmo_satellite_id
| integer(long) accoeff_define::accoeff_type::wmo_satellite_id = INVALID_WMO_SATELLITE_ID |
|
private |
◆ wmo_sensor_id
| integer(long) accoeff_define::accoeff_type::wmo_sensor_id = INVALID_WMO_SENSOR_ID |
|
private |
The documentation for this type was generated from the following file: