|
logical | is_allocated = .FALSE. |
|
character(sl) | datatype_name = LSEATLAS_DATATYPE |
|
integer(long) | release = LSEATLAS_RELEASE |
|
integer(long) | version = LSEATLAS_VERSION |
|
integer(long) | n_frequencies = 0 |
|
integer(long) | n_latitudes = 0 |
|
integer(long) | n_longitudes = 0 |
|
real(double), dimension(:), allocatable | frequency |
|
real(double), dimension(:), allocatable | latitude |
|
real(double), dimension(:), allocatable | longitude |
|
real(double), dimension(:,:,:), allocatable | emissivity |
|
Definition at line 87 of file LSEatlas_Define.f90.
◆ datatype_name
character(sl) lseatlas_define::lseatlas_type::datatype_name = LSEATLAS_DATATYPE |
|
private |
◆ emissivity
real(double), dimension(:,:,:), allocatable lseatlas_define::lseatlas_type::emissivity |
|
private |
◆ frequency
real(double), dimension(:), allocatable lseatlas_define::lseatlas_type::frequency |
|
private |
◆ is_allocated
logical lseatlas_define::lseatlas_type::is_allocated = .FALSE. |
|
private |
◆ latitude
real(double), dimension(:), allocatable lseatlas_define::lseatlas_type::latitude |
|
private |
◆ longitude
real(double), dimension(:), allocatable lseatlas_define::lseatlas_type::longitude |
|
private |
◆ n_frequencies
integer(long) lseatlas_define::lseatlas_type::n_frequencies = 0 |
|
private |
◆ n_latitudes
integer(long) lseatlas_define::lseatlas_type::n_latitudes = 0 |
|
private |
◆ n_longitudes
integer(long) lseatlas_define::lseatlas_type::n_longitudes = 0 |
|
private |
◆ release
integer(long) lseatlas_define::lseatlas_type::release = LSEATLAS_RELEASE |
|
private |
◆ version
integer(long) lseatlas_define::lseatlas_type::version = LSEATLAS_VERSION |
|
private |
The documentation for this type was generated from the following file: