FV3 Bundle
crtm_surface_define::crtm_surface_type Type Reference

Private Attributes

logical is_allocated = .TRUE.
 
real(fp) land_coverage = ZERO
 
real(fp) water_coverage = ZERO
 
real(fp) snow_coverage = ZERO
 
real(fp) ice_coverage = ZERO
 
integer land_type = DEFAULT_LAND_TYPE
 
real(fp) land_temperature = DEFAULT_LAND_TEMPERATURE
 
real(fp) soil_moisture_content = DEFAULT_SOIL_MOISTURE_CONTENT
 
real(fp) canopy_water_content = DEFAULT_CANOPY_WATER_CONTENT
 
real(fp) vegetation_fraction = DEFAULT_VEGETATION_FRACTION
 
real(fp) soil_temperature = DEFAULT_SOIL_TEMPERATURE
 
real(fp) lai = DEFAULT_LAI
 
integer soil_type = DEFAULT_SOIL_TYPE
 
integer vegetation_type = DEFAULT_VEGETATION_TYPE
 
integer water_type = DEFAULT_WATER_TYPE
 
real(fp) water_temperature = DEFAULT_WATER_TEMPERATURE
 
real(fp) wind_speed = DEFAULT_WIND_SPEED
 
real(fp) wind_direction = DEFAULT_WIND_DIRECTION
 
real(fp) salinity = DEFAULT_SALINITY
 
integer snow_type = DEFAULT_SNOW_TYPE
 
real(fp) snow_temperature = DEFAULT_SNOW_TEMPERATURE
 
real(fp) snow_depth = DEFAULT_SNOW_DEPTH
 
real(fp) snow_density = DEFAULT_SNOW_DENSITY
 
real(fp) snow_grain_size = DEFAULT_SNOW_GRAIN_SIZE
 
integer ice_type = DEFAULT_ICE_TYPE
 
real(fp) ice_temperature = DEFAULT_ICE_TEMPERATURE
 
real(fp) ice_thickness = DEFAULT_ICE_THICKNESS
 
real(fp) ice_density = DEFAULT_ICE_DENSITY
 
real(fp) ice_roughness = DEFAULT_ICE_ROUGHNESS
 
type(crtm_sensordata_type) sensordata
 

Detailed Description

Definition at line 202 of file CRTM_Surface_Define.f90.

Member Data Documentation

◆ canopy_water_content

real(fp) crtm_surface_define::crtm_surface_type::canopy_water_content = DEFAULT_CANOPY_WATER_CONTENT
private

Definition at line 216 of file CRTM_Surface_Define.f90.

◆ ice_coverage

real(fp) crtm_surface_define::crtm_surface_type::ice_coverage = ZERO
private

Definition at line 211 of file CRTM_Surface_Define.f90.

◆ ice_density

real(fp) crtm_surface_define::crtm_surface_type::ice_density = DEFAULT_ICE_DENSITY
private

Definition at line 238 of file CRTM_Surface_Define.f90.

◆ ice_roughness

real(fp) crtm_surface_define::crtm_surface_type::ice_roughness = DEFAULT_ICE_ROUGHNESS
private

Definition at line 239 of file CRTM_Surface_Define.f90.

◆ ice_temperature

real(fp) crtm_surface_define::crtm_surface_type::ice_temperature = DEFAULT_ICE_TEMPERATURE
private

Definition at line 236 of file CRTM_Surface_Define.f90.

◆ ice_thickness

real(fp) crtm_surface_define::crtm_surface_type::ice_thickness = DEFAULT_ICE_THICKNESS
private

Definition at line 237 of file CRTM_Surface_Define.f90.

◆ ice_type

integer crtm_surface_define::crtm_surface_type::ice_type = DEFAULT_ICE_TYPE
private

Definition at line 235 of file CRTM_Surface_Define.f90.

◆ is_allocated

logical crtm_surface_define::crtm_surface_type::is_allocated = .TRUE.
private

Definition at line 204 of file CRTM_Surface_Define.f90.

◆ lai

real(fp) crtm_surface_define::crtm_surface_type::lai = DEFAULT_LAI
private

Definition at line 219 of file CRTM_Surface_Define.f90.

◆ land_coverage

real(fp) crtm_surface_define::crtm_surface_type::land_coverage = ZERO
private

Definition at line 208 of file CRTM_Surface_Define.f90.

◆ land_temperature

real(fp) crtm_surface_define::crtm_surface_type::land_temperature = DEFAULT_LAND_TEMPERATURE
private

Definition at line 214 of file CRTM_Surface_Define.f90.

◆ land_type

integer crtm_surface_define::crtm_surface_type::land_type = DEFAULT_LAND_TYPE
private

Definition at line 213 of file CRTM_Surface_Define.f90.

◆ salinity

real(fp) crtm_surface_define::crtm_surface_type::salinity = DEFAULT_SALINITY
private

Definition at line 227 of file CRTM_Surface_Define.f90.

◆ sensordata

type(crtm_sensordata_type) crtm_surface_define::crtm_surface_type::sensordata
private

Definition at line 241 of file CRTM_Surface_Define.f90.

◆ snow_coverage

real(fp) crtm_surface_define::crtm_surface_type::snow_coverage = ZERO
private

Definition at line 210 of file CRTM_Surface_Define.f90.

◆ snow_density

real(fp) crtm_surface_define::crtm_surface_type::snow_density = DEFAULT_SNOW_DENSITY
private

Definition at line 232 of file CRTM_Surface_Define.f90.

◆ snow_depth

real(fp) crtm_surface_define::crtm_surface_type::snow_depth = DEFAULT_SNOW_DEPTH
private

Definition at line 231 of file CRTM_Surface_Define.f90.

◆ snow_grain_size

real(fp) crtm_surface_define::crtm_surface_type::snow_grain_size = DEFAULT_SNOW_GRAIN_SIZE
private

Definition at line 233 of file CRTM_Surface_Define.f90.

◆ snow_temperature

real(fp) crtm_surface_define::crtm_surface_type::snow_temperature = DEFAULT_SNOW_TEMPERATURE
private

Definition at line 230 of file CRTM_Surface_Define.f90.

◆ snow_type

integer crtm_surface_define::crtm_surface_type::snow_type = DEFAULT_SNOW_TYPE
private

Definition at line 229 of file CRTM_Surface_Define.f90.

◆ soil_moisture_content

real(fp) crtm_surface_define::crtm_surface_type::soil_moisture_content = DEFAULT_SOIL_MOISTURE_CONTENT
private

Definition at line 215 of file CRTM_Surface_Define.f90.

◆ soil_temperature

real(fp) crtm_surface_define::crtm_surface_type::soil_temperature = DEFAULT_SOIL_TEMPERATURE
private

Definition at line 218 of file CRTM_Surface_Define.f90.

◆ soil_type

integer crtm_surface_define::crtm_surface_type::soil_type = DEFAULT_SOIL_TYPE
private

Definition at line 220 of file CRTM_Surface_Define.f90.

◆ vegetation_fraction

real(fp) crtm_surface_define::crtm_surface_type::vegetation_fraction = DEFAULT_VEGETATION_FRACTION
private

Definition at line 217 of file CRTM_Surface_Define.f90.

◆ vegetation_type

integer crtm_surface_define::crtm_surface_type::vegetation_type = DEFAULT_VEGETATION_TYPE
private

Definition at line 221 of file CRTM_Surface_Define.f90.

◆ water_coverage

real(fp) crtm_surface_define::crtm_surface_type::water_coverage = ZERO
private

Definition at line 209 of file CRTM_Surface_Define.f90.

◆ water_temperature

real(fp) crtm_surface_define::crtm_surface_type::water_temperature = DEFAULT_WATER_TEMPERATURE
private

Definition at line 224 of file CRTM_Surface_Define.f90.

◆ water_type

integer crtm_surface_define::crtm_surface_type::water_type = DEFAULT_WATER_TYPE
private

Definition at line 223 of file CRTM_Surface_Define.f90.

◆ wind_direction

real(fp) crtm_surface_define::crtm_surface_type::wind_direction = DEFAULT_WIND_DIRECTION
private

Definition at line 226 of file CRTM_Surface_Define.f90.

◆ wind_speed

real(fp) crtm_surface_define::crtm_surface_type::wind_speed = DEFAULT_WIND_SPEED
private

Definition at line 225 of file CRTM_Surface_Define.f90.


The documentation for this type was generated from the following file: