UFO
|
Fortran module constants used throughout the rttovonedvarcheck filter. More...
Variables | |
integer, parameter, public | max_string = 200 |
maximum string length More... | |
integer, parameter, public | rtland = 0 |
integer for land surface type More... | |
integer, parameter, public | rtsea = 1 |
integer for sea surface type More... | |
integer, parameter, public | rtice = 2 |
integer for seaice surface type More... | |
real(kind_real), parameter, public | maxtemperature = 340.0_kind_real |
Maximum temperature ( K ) More... | |
real(kind_real), parameter, public | mintemperature = 70.0_kind_real |
Minimum temperature ( K ) More... | |
integer, dimension(20), parameter, public | emisselements = (/ 1,2,3,3,3,3,3,3,3,3,3,3,3,3,4, 4,5,5,5,5 /) |
ATOVS Channel numbers for each of the 5 emissivity values. More... | |
integer, dimension(5), parameter, public | emissmap = (/ 1, 2, 3, 16, 17 /) |
Fortran module constants used throughout the rttovonedvarcheck filter.
integer, dimension(20), parameter, public ufo_rttovonedvarcheck_constants_mod::emisselements = (/ 1,2,3,3,3,3,3,3,3,3,3,3,3,3,4, 4,5,5,5,5 /) |
ATOVS Channel numbers for each of the 5 emissivity values.
Definition at line 40 of file ufo_rttovonedvarcheck_constants_mod.f90.
integer, dimension(5), parameter, public ufo_rttovonedvarcheck_constants_mod::emissmap = (/ 1, 2, 3, 16, 17 /) |
Definition at line 45 of file ufo_rttovonedvarcheck_constants_mod.f90.
integer, parameter, public ufo_rttovonedvarcheck_constants_mod::max_string = 200 |
maximum string length
Definition at line 18 of file ufo_rttovonedvarcheck_constants_mod.f90.
real(kind_real), parameter, public ufo_rttovonedvarcheck_constants_mod::maxtemperature = 340.0_kind_real |
Maximum temperature ( K )
Definition at line 30 of file ufo_rttovonedvarcheck_constants_mod.f90.
real(kind_real), parameter, public ufo_rttovonedvarcheck_constants_mod::mintemperature = 70.0_kind_real |
Minimum temperature ( K )
Mapping for each of the 20 ATOVS channels (1-15 AMSU-A; 16-20 AMSU-B)
Definition at line 30 of file ufo_rttovonedvarcheck_constants_mod.f90.
integer, parameter, public ufo_rttovonedvarcheck_constants_mod::rtice = 2 |
integer for seaice surface type
Definition at line 21 of file ufo_rttovonedvarcheck_constants_mod.f90.
integer, parameter, public ufo_rttovonedvarcheck_constants_mod::rtland = 0 |
integer for land surface type
Definition at line 21 of file ufo_rttovonedvarcheck_constants_mod.f90.
integer, parameter, public ufo_rttovonedvarcheck_constants_mod::rtsea = 1 |
integer for sea surface type
Definition at line 21 of file ufo_rttovonedvarcheck_constants_mod.f90.