UFO
ufo_rttovonedvarcheck_constants_mod.f90 File Reference

Go to the source code of this file.

Modules

module  ufo_rttovonedvarcheck_constants_mod
 Fortran module constants used throughout the rttovonedvarcheck filter.
 

Variables

integer, parameter, public ufo_rttovonedvarcheck_constants_mod::max_string = 200
 maximum string length More...
 
integer, parameter, public ufo_rttovonedvarcheck_constants_mod::rtland = 0
 integer for land surface type More...
 
integer, parameter, public ufo_rttovonedvarcheck_constants_mod::rtsea = 1
 integer for sea surface type More...
 
integer, parameter, public ufo_rttovonedvarcheck_constants_mod::rtice = 2
 integer for seaice surface type More...
 
real(kind_real), parameter, public ufo_rttovonedvarcheck_constants_mod::maxtemperature = 340.0_kind_real
 Maximum temperature ( K ) More...
 
real(kind_real), parameter, public ufo_rttovonedvarcheck_constants_mod::mintemperature = 70.0_kind_real
 Minimum temperature ( K ) More...
 
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. More...
 
integer, dimension(5), parameter, public ufo_rttovonedvarcheck_constants_mod::emissmap = (/ 1, 2, 3, 16, 17 /)