chgres_cube
1.4.0
|
Read atmospheric, surface and nst data on the input grid. More...
Public Member Functions | |
subroutine | calcalpha_rotlatlon (latgrid, longrid, cenlat, cenlon, alpha) |
Calculate rotation angle for rotated latlon grids. More... | |
subroutine, public | check_cnwat (cnwat) |
When using GEFS data, some points on the target grid have unreasonable canpy moisture content, so zero out any locations with unrealistic canopy moisture values (>0.5). More... | |
subroutine, public | check_soilt (soilt, landmask, skint) |
Check for and replace certain values in soil temperature. More... | |
subroutine, public | cleanup_input_atm_data |
Free up memory associated with atm data. More... | |
subroutine, public | cleanup_input_nst_data |
Free up memory associated with nst data. More... | |
subroutine, public | cleanup_input_sfc_data |
Free up memory associated with sfc data. More... | |
subroutine, public | convert_winds |
Convert winds from 2-d to 3-d components. More... | |
subroutine | handle_grib_error (vname, lev, method, value, varnum, iret, var, var8, var3d) |
Handle GRIB2 read error based on the user selected method in the varmap file. More... | |
recursive subroutine, public | quicksort (a, first, last) |
Sort an array of values. More... | |
subroutine, public | read_input_atm_data (localpet) |
Read input grid atmospheric data driver. More... | |
subroutine | read_input_atm_gfs_gaussian_nemsio_file (localpet) |
Read input atmospheric data from spectral gfs (global gaussian in nemsio format. More... | |
subroutine | read_input_atm_grib2_file (localpet) |
Read input grid atmospheric fv3gfs grib2 files. More... | |
subroutine | read_input_atm_tiled_history_file (localpet) |
Read input grid fv3 atmospheric tiled history files in netcdf format. More... | |
subroutine, public | read_input_nst_data (localpet) |
Driver to read input grid nst data. More... | |
subroutine | read_input_nst_netcdf_file (localpet) |
Read nst data from these netcdf formatted fv3 files: tiled history, tiled warm restart, and gaussian history. More... | |
subroutine, public | read_input_sfc_data (localpet) |
Driver to read input grid surface data. More... | |
subroutine | read_input_sfc_gfs_gaussian_nemsio_file (localpet) |
Read input grid surface data from a spectral gfs gaussian nemsio file. More... | |
subroutine | read_input_sfc_gfs_sfcio_file (localpet) |
Read input grid surface data from a spectral gfs gaussian sfcio file. More... | |
Data Fields | |
type(esmf_field), public | c_0_input_grid |
Coefficient 1 to calculate d(tz)/d(ts) More... | |
type(esmf_field), public | c_d_input_grid |
Coefficient 2 to calculate d(tz)/d(ts) More... | |
type(esmf_field), public | canopy_mc_input_grid |
canopy moist content More... | |
type(esmf_field), public | d_conv_input_grid |
Thickness of free convection layer. More... | |
type(esmf_field), public | dt_cool_input_grid |
Sub-layer cooling amount. More... | |
type(esmf_field), public | dzdt_input_grid |
vert velocity More... | |
type(esmf_field), public | f10m_input_grid |
log((z0+10)*1/z0) More... | |
type(esmf_field), public | ffmm_input_grid |
log((z0+z1)*1/z0) See sfc_diff.f for details. More... | |
type(esmf_field), public | ifd_input_grid |
Model mode index. More... | |
type(esmf_field), public | lai_input_grid |
leaf area index More... | |
type(esmf_field), public | landsea_mask_input_grid |
land sea mask; 0-water, 1-land, 2-ice More... | |
integer, public | lev_input |
number of atmospheric layers More... | |
integer, public | levp1_input |
number of atmos layer interfaces More... | |
integer, public | lsoil_input =4 |
number of soil layers, no longer hardwired to allow for 7 layers of soil for the RUC LSM More... | |
type(esmf_field), public | max_veg_greenness_input_grid |
shdmax More... | |
type(esmf_field), public | min_veg_greenness_input_grid |
shdmin More... | |
type(esmf_field), public | pres_input_grid |
3-d pressure More... | |
type(esmf_field), public | ps_input_grid |
surface pressure More... | |
type(esmf_field), public | q2m_input_grid |
2-m spec hum More... | |
type(esmf_field), public | qrain_input_grid |
Sensible heat flux due to rainfall. More... | |
type(esmf_field), public | seaice_depth_input_grid |
sea ice depth More... | |
type(esmf_field), public | seaice_fract_input_grid |
sea ice fraction More... | |
type(esmf_field), public | seaice_skin_temp_input_grid |
sea ice skin temp More... | |
type(esmf_field), public | skin_temp_input_grid |
skin temp/sst More... | |
type(esmf_field), public | snow_depth_input_grid |
snow dpeth More... | |
type(esmf_field), public | snow_liq_equiv_input_grid |
snow liq equiv depth More... | |
type(esmf_field), public | soil_temp_input_grid |
3-d soil temp More... | |
type(esmf_field), public | soil_type_input_grid |
soil type More... | |
type(esmf_field), public | soilm_liq_input_grid |
3-d liquid soil moisture More... | |
type(esmf_field), public | soilm_tot_input_grid |
3-d total soil moisture More... | |
type(esmf_field), public | srflag_input_grid |
snow/rain flag More... | |
type(esmf_field), public | t2m_input_grid |
2-m temperature More... | |
type(esmf_field), public | temp_input_grid |
temperature More... | |
type(esmf_field), public | terrain_input_grid |
terrain height More... | |
type(esmf_field), public | tprcp_input_grid |
precip More... | |
type(esmf_field), dimension(:), allocatable, public | tracers_input_grid |
tracers More... | |
type(esmf_field), public | tref_input_grid |
Reference temperature. More... | |
type(esmf_field), public | u_input_grid |
u/v wind at grid More... | |
type(esmf_field), public | ustar_input_grid |
fric velocity More... | |
type(esmf_field), public | v_input_grid |
box center More... | |
type(esmf_field), public | veg_greenness_input_grid |
vegetation fraction More... | |
type(esmf_field), public | veg_type_input_grid |
vegetation type More... | |
integer, public | veg_type_landice_input = 15 |
NOAH land ice option defined at this veg type. More... | |
type(esmf_field), public | w_0_input_grid |
Coefficient 3 to calculate d(tz)/d(ts) More... | |
type(esmf_field), public | w_d_input_grid |
Coefficient 4 to calculate d(tz)/d(ts) More... | |
type(esmf_field), public | wind_input_grid |
3-component wind More... | |
type(esmf_field), public | xs_input_grid |
Salinity content in diurnal thermocline layer. More... | |
type(esmf_field), public | xt_input_grid |
Heat content in diurnal thermocline layer. More... | |
type(esmf_field), public | xtts_input_grid |
d(xt)/d(ts) More... | |
type(esmf_field), public | xu_input_grid |
u-current content in diurnal thermocline layer More... | |
type(esmf_field), public | xv_input_grid |
v-current content in diurnal thermocline layer More... | |
type(esmf_field), public | xz_input_grid |
Diurnal thermocline layer thickness. More... | |
type(esmf_field), public | xzts_input_grid |
d(xz)/d(ts) More... | |
type(esmf_field), public | z0_input_grid |
roughness length More... | |
type(esmf_field), public | z_c_input_grid |
Sub-layer cooling thickness. More... | |
type(esmf_field), public | zm_input_grid |
Oceanic mixed layer depth. More... | |
Private Member Functions | |
subroutine | gridrot (lov, latin1, latin2, lon, rot) |
Compute grid rotation angle for non-latlon grids. More... | |
subroutine | init_atm_esmf_fields |
Create atmospheric esmf fields. More... | |
subroutine | read_fv3_grid_data_netcdf (FIELD, TILE_NUM, IMO, JMO, LMO, SFCDATA, SFCDATA_3D) |
Read a record from a netcdf file. More... | |
subroutine | read_grib_soil (the_file, inv_file, vname, vname_file, dummy3d, rc) |
Read soil temperature and soil moisture fields from a GRIB2 file. More... | |
subroutine | read_input_atm_gaussian_nemsio_file (localpet) |
Read input grid atmospheric fv3 gaussian nemsio files. More... | |
subroutine | read_input_atm_gaussian_netcdf_file (localpet) |
Read fv3 netcdf gaussian history file. More... | |
subroutine | read_input_atm_gfs_sigio_file (localpet) |
Read input atmospheric data from spectral gfs (old sigio format). More... | |
subroutine | read_input_atm_restart_file (localpet) |
Read input grid fv3 atmospheric data 'warm' restart files. More... | |
subroutine | read_input_nst_nemsio_file (localpet) |
Read input grid nst data from fv3 gaussian nemsio history file or spectral GFS nemsio file. More... | |
subroutine | read_input_sfc_gaussian_nemsio_file (localpet) |
Read input grid surface data from an fv3 gaussian nemsio file. More... | |
subroutine | read_input_sfc_grib2_file (localpet) |
Read input grid surface data from a grib2 file. More... | |
subroutine | read_input_sfc_netcdf_file (localpet) |
Read input grid surface data from tiled 'history' files (netcdf) or gaussian netcdf files. More... | |
subroutine | read_input_sfc_restart_file (localpet) |
Read input grid surface data from fv3 tiled warm 'restart' files. More... | |
subroutine | read_winds (file, inv, u, v, localpet) |
Read winds from a grib2 file. More... | |
Private Attributes | |
type(esmf_field) | dpres_input_grid |
pressure thickness More... | |
integer, parameter | icet_default = 265.0 |
Default value of soil and skin temperature (K) over ice. More... | |
character(len=50), dimension(:), allocatable, private | slevs |
The atmospheric levels in the GRIB2 input file. More... | |
Read atmospheric, surface and nst data on the input grid.
Supported formats include fv3 tiled 'restart' files, fv3 tiled 'history' files, fv3 gaussian history files, spectral gfs gaussian nemsio files, and spectral gfs sigio/sfcio files.
Public variables are defined below: "input" indicates field associated with the input grid.
Definition at line 14 of file input_data.F90.
subroutine input_data::calcalpha_rotlatlon | ( | real(esmf_kind_r8), dimension(i_input,j_input), intent(in) | latgrid, |
longrid, | |||
real(esmf_kind_r4), intent(in) | cenlat, | ||
real(esmf_kind_r4), intent(in) | cenlon, | ||
real(esmf_kind_r4), dimension(i_input,j_input), intent(out) | alpha | ||
) |
Calculate rotation angle for rotated latlon grids.
Needed to convert to earth-relative winds.
[in] | latgrid | grid latitudes |
[in] | longrid | grid longitudes |
[in] | cenlat | center latitude |
[in] | cenlon | center longitude |
[out] | alpha | grid rotation angle |
Definition at line 6305 of file input_data.F90.
Referenced by read_winds().
subroutine, public input_data::check_cnwat | ( | real(esmf_kind_r4), dimension(i_input,j_input), intent(inout) | cnwat | ) |
When using GEFS data, some points on the target grid have unreasonable canpy moisture content, so zero out any locations with unrealistic canopy moisture values (>0.5).
cnwat | [input] 2-dimensional canopy moisture content |
Definition at line 6656 of file input_data.F90.
Referenced by read_input_sfc_grib2_file().
subroutine, public input_data::check_soilt | ( | real(esmf_kind_r8), dimension(i_input,j_input,lsoil_input), intent(inout) | soilt, |
integer(esmf_kind_i4), dimension(i_input,j_input), intent(in) | landmask, | ||
real(esmf_kind_r8), dimension(i_input,j_input), intent(in) | skint | ||
) |
Check for and replace certain values in soil temperature.
At open water points (landmask=0) use skin temperature as a filler value. At land points (landmask=1) with excessive soil temperature, replace soil temperature with skin temperature. In GEFSv12.0 data there are some erroneous missing values at land points which this corrects. At sea ice points (landmask=2), store a default ice column temperature because grib2 files do not have ice column temperature which FV3 expects at these points.
soilt | [inout] 3-dimensional soil temperature arrray |
landmask | [in] landmask of the input grid |
skint | [in] 2-dimensional skin temperature array |
Definition at line 6626 of file input_data.F90.
Referenced by read_input_sfc_grib2_file().
subroutine, public input_data::cleanup_input_atm_data | ( | ) |
Free up memory associated with atm data.
Definition at line 6478 of file input_data.F90.
Referenced by atmosphere::atmosphere_driver().
subroutine, public input_data::cleanup_input_nst_data | ( | ) |
Free up memory associated with nst data.
Definition at line 6503 of file input_data.F90.
Referenced by surface::surface_driver().
subroutine, public input_data::cleanup_input_sfc_data | ( | ) |
Free up memory associated with sfc data.
Definition at line 6536 of file input_data.F90.
Referenced by surface::surface_driver().
subroutine, public input_data::convert_winds | ( | ) |
Convert winds from 2-d to 3-d components.
Definition at line 6188 of file input_data.F90.
References error_handler().
|
private |
Compute grid rotation angle for non-latlon grids.
[in] | lov | orientation angle |
[in] | latin1 | first tangent latitude |
[in] | latin2 | second tangent latitude |
[in] | lon | longitude |
[in,out] | rot | rotation angle |
Definition at line 6264 of file input_data.F90.
Referenced by read_winds().
subroutine input_data::handle_grib_error | ( | character(len=20), intent(in) | vname, |
character(len=20), intent(in) | lev, | ||
character(len=20), intent(in) | method, | ||
real(esmf_kind_r4), intent(in) | value, | ||
integer, intent(in) | varnum, | ||
integer, intent(inout) | iret, | ||
real(esmf_kind_r4), dimension(:,:), intent(inout), optional | var, | ||
real(esmf_kind_r8), dimension(:,:), intent(inout), optional | var8, | ||
real(esmf_kind_r8), dimension(:,:,:), intent(inout), optional | var3d | ||
) |
Handle GRIB2 read error based on the user selected method in the varmap file.
[in] | vname | grib2 variable name |
[in] | lev | grib2 variable level |
[in] | method | how missing data is handled |
[in] | value | fill value for missing data |
[in] | varnum | grib2 variable number |
[in,out] | iret | return status code |
[in,out] | var | 4-byte array of corrected data |
[in,out] | var8 | 8-byte array of corrected data |
[in,out] | var3d | 3-d array of corrected data |
Definition at line 6354 of file input_data.F90.
References error_handler().
Referenced by read_grib_soil(), read_input_atm_grib2_file(), read_input_sfc_grib2_file(), and read_winds().
|
private |
Create atmospheric esmf fields.
Definition at line 639 of file input_data.F90.
References error_handler().
Referenced by read_input_atm_gaussian_nemsio_file(), read_input_atm_gaussian_netcdf_file(), read_input_atm_gfs_gaussian_nemsio_file(), read_input_atm_gfs_sigio_file(), read_input_atm_grib2_file(), read_input_atm_restart_file(), and read_input_atm_tiled_history_file().
recursive subroutine, public input_data::quicksort | ( | real*8, dimension(*) | a, |
integer | first, | ||
integer | last | ||
) |
Sort an array of values.
a | the sorted array |
first | the first value of sorted array |
last | the last value of sorted array |
Definition at line 6587 of file input_data.F90.
Referenced by read_input_atm_grib2_file().
|
private |
Read a record from a netcdf file.
[in] | field | name of field to be read |
[in] | tile_num | grid tile number |
[in] | imo | i-dimension of field |
[in] | jmo | j-dimension of field |
[in] | lmo | number of vertical levels of field |
[out] | sfcdata | 1-d array containing field data |
[out] | sfcdata_3d | 3-d array containing field data |
Definition at line 5982 of file input_data.F90.
References netcdf_err().
Referenced by read_input_nst_netcdf_file(), read_input_sfc_netcdf_file(), and read_input_sfc_restart_file().
|
private |
Read soil temperature and soil moisture fields from a GRIB2 file.
[in] | the_file | grib2 file name |
[in] | inv_file | grib2 inventory file name |
[in] | vname | variable name in varmap table |
[in] | vname_file | variable name in grib2 file |
[in,out] | dummy3d | array of soil data |
[out] | rc | read error status code |
Definition at line 6416 of file input_data.F90.
References error_handler(), program_setup::get_var_cond(), and handle_grib_error().
Referenced by read_input_sfc_grib2_file().
subroutine, public input_data::read_input_atm_data | ( | integer, intent(in) | localpet | ) |
Read input grid atmospheric data driver.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 147 of file input_data.F90.
References read_input_atm_gaussian_nemsio_file(), read_input_atm_gaussian_netcdf_file(), read_input_atm_gfs_gaussian_nemsio_file(), read_input_atm_gfs_sigio_file(), read_input_atm_grib2_file(), read_input_atm_restart_file(), and read_input_atm_tiled_history_file().
Referenced by atmosphere::atmosphere_driver().
|
private |
Read input grid atmospheric fv3 gaussian nemsio files.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 1227 of file input_data.F90.
References atmosphere::convert_winds(), error_handler(), and init_atm_esmf_fields().
Referenced by read_input_atm_data().
|
private |
Read fv3 netcdf gaussian history file.
Each task reads a horizontal slice.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 1769 of file input_data.F90.
References atmosphere::convert_winds(), error_handler(), init_atm_esmf_fields(), and netcdf_err().
Referenced by read_input_atm_data().
subroutine input_data::read_input_atm_gfs_gaussian_nemsio_file | ( | integer, intent(in) | localpet | ) |
Read input atmospheric data from spectral gfs (global gaussian in nemsio format.
Starting July 19, 2017).
[in] | localpet | ESMF local persistent execution thread |
Definition at line 974 of file input_data.F90.
References atmosphere::convert_winds(), error_handler(), and init_atm_esmf_fields().
Referenced by read_input_atm_data().
|
private |
Read input atmospheric data from spectral gfs (old sigio format).
[in] | localpet | ESMF local persistent execution thread |
Definition at line 735 of file input_data.F90.
References atmosphere::convert_winds(), error_handler(), and init_atm_esmf_fields().
Referenced by read_input_atm_data().
subroutine input_data::read_input_atm_grib2_file | ( | integer, intent(in) | localpet | ) |
Read input grid atmospheric fv3gfs grib2 files.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 2444 of file input_data.F90.
References grib2_util::convert_omega(), atmosphere::convert_winds(), error_handler(), program_setup::get_var_cond(), handle_grib_error(), init_atm_esmf_fields(), quicksort(), read_winds(), and grib2_util::rh2spfh().
Referenced by read_input_atm_data().
|
private |
Read input grid fv3 atmospheric data 'warm' restart files.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 1510 of file input_data.F90.
References atmosphere::convert_winds(), error_handler(), init_atm_esmf_fields(), and netcdf_err().
Referenced by read_input_atm_data().
subroutine input_data::read_input_atm_tiled_history_file | ( | integer, intent(in) | localpet | ) |
Read input grid fv3 atmospheric tiled history files in netcdf format.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 2153 of file input_data.F90.
References atmosphere::convert_winds(), error_handler(), init_atm_esmf_fields(), and netcdf_err().
Referenced by read_input_atm_data().
subroutine, public input_data::read_input_nst_data | ( | integer, intent(in) | localpet | ) |
Driver to read input grid nst data.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 217 of file input_data.F90.
References error_handler(), read_input_nst_nemsio_file(), and read_input_nst_netcdf_file().
Referenced by surface::surface_driver().
|
private |
Read input grid nst data from fv3 gaussian nemsio history file or spectral GFS nemsio file.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 5707 of file input_data.F90.
References error_handler().
Referenced by read_input_nst_data().
subroutine input_data::read_input_nst_netcdf_file | ( | integer, intent(in) | localpet | ) |
Read nst data from these netcdf formatted fv3 files: tiled history, tiled warm restart, and gaussian history.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 5423 of file input_data.F90.
References error_handler(), and read_fv3_grid_data_netcdf().
Referenced by read_input_nst_data().
subroutine, public input_data::read_input_sfc_data | ( | integer, intent(in) | localpet | ) |
Driver to read input grid surface data.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 379 of file input_data.F90.
References error_handler(), read_input_sfc_gaussian_nemsio_file(), read_input_sfc_gfs_gaussian_nemsio_file(), read_input_sfc_gfs_sfcio_file(), read_input_sfc_grib2_file(), read_input_sfc_netcdf_file(), and read_input_sfc_restart_file().
Referenced by surface::surface_driver().
|
private |
Read input grid surface data from an fv3 gaussian nemsio file.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 3562 of file input_data.F90.
References error_handler().
Referenced by read_input_sfc_data().
subroutine input_data::read_input_sfc_gfs_gaussian_nemsio_file | ( | integer, intent(in) | localpet | ) |
Read input grid surface data from a spectral gfs gaussian nemsio file.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 3213 of file input_data.F90.
References error_handler().
Referenced by read_input_sfc_data().
subroutine input_data::read_input_sfc_gfs_sfcio_file | ( | integer, intent(in) | localpet | ) |
Read input grid surface data from a spectral gfs gaussian sfcio file.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 2989 of file input_data.F90.
References error_handler().
Referenced by read_input_sfc_data().
|
private |
Read input grid surface data from a grib2 file.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 4589 of file input_data.F90.
References check_cnwat(), check_soilt(), error_handler(), program_setup::get_var_cond(), handle_grib_error(), netcdf_err(), read_grib_soil(), search_util::search(), and to_upper().
Referenced by read_input_sfc_data().
|
private |
Read input grid surface data from tiled 'history' files (netcdf) or gaussian netcdf files.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 4228 of file input_data.F90.
References error_handler(), netcdf_err(), and read_fv3_grid_data_netcdf().
Referenced by read_input_sfc_data().
|
private |
Read input grid surface data from fv3 tiled warm 'restart' files.
[in] | localpet | ESMF local persistent execution thread |
Definition at line 3911 of file input_data.F90.
References error_handler(), netcdf_err(), and read_fv3_grid_data_netcdf().
Referenced by read_input_sfc_data().
|
private |
Read winds from a grib2 file.
Rotate winds to be earth relative if necessary.
[in] | file | grib2 file to be read |
[in] | inv | grib2 inventory file |
[in,out] | u | u-component wind |
[in,out] | v | v-component wind |
[in] | localpet | ESMF local persistent execution thread |
Definition at line 6029 of file input_data.F90.
References calcalpha_rotlatlon(), error_handler(), program_setup::get_var_cond(), gridrot(), and handle_grib_error().
Referenced by read_input_atm_grib2_file().
type(esmf_field), public input_data::c_0_input_grid |
Coefficient 1 to calculate d(tz)/d(ts)
Definition at line 111 of file input_data.F90.
type(esmf_field), public input_data::c_d_input_grid |
Coefficient 2 to calculate d(tz)/d(ts)
Definition at line 110 of file input_data.F90.
type(esmf_field), public input_data::canopy_mc_input_grid |
canopy moist content
Definition at line 75 of file input_data.F90.
type(esmf_field), public input_data::d_conv_input_grid |
Thickness of free convection layer.
Definition at line 112 of file input_data.F90.
|
private |
pressure thickness
Definition at line 54 of file input_data.F90.
type(esmf_field), public input_data::dt_cool_input_grid |
Sub-layer cooling amount.
Definition at line 113 of file input_data.F90.
type(esmf_field), public input_data::dzdt_input_grid |
vert velocity
Definition at line 53 of file input_data.F90.
type(esmf_field), public input_data::f10m_input_grid |
log((z0+10)*1/z0)
Definition at line 76 of file input_data.F90.
type(esmf_field), public input_data::ffmm_input_grid |
log((z0+z1)*1/z0) See sfc_diff.f for details.
Definition at line 77 of file input_data.F90.
|
private |
Default value of soil and skin temperature (K) over ice.
Definition at line 73 of file input_data.F90.
type(esmf_field), public input_data::ifd_input_grid |
Model mode index.
0-diurnal model not started; 1-diurnal model started.
Definition at line 114 of file input_data.F90.
type(esmf_field), public input_data::lai_input_grid |
leaf area index
Definition at line 99 of file input_data.F90.
type(esmf_field), public input_data::landsea_mask_input_grid |
land sea mask; 0-water, 1-land, 2-ice
Definition at line 79 of file input_data.F90.
integer, public input_data::lev_input |
number of atmospheric layers
Definition at line 65 of file input_data.F90.
integer, public input_data::levp1_input |
number of atmos layer interfaces
Definition at line 66 of file input_data.F90.
integer, public input_data::lsoil_input =4 |
number of soil layers, no longer hardwired to allow for 7 layers of soil for the RUC LSM
Definition at line 103 of file input_data.F90.
type(esmf_field), public input_data::max_veg_greenness_input_grid |
shdmax
Definition at line 100 of file input_data.F90.
type(esmf_field), public input_data::min_veg_greenness_input_grid |
shdmin
Definition at line 101 of file input_data.F90.
type(esmf_field), public input_data::pres_input_grid |
3-d pressure
Definition at line 55 of file input_data.F90.
type(esmf_field), public input_data::ps_input_grid |
surface pressure
Definition at line 56 of file input_data.F90.
type(esmf_field), public input_data::q2m_input_grid |
2-m spec hum
Definition at line 81 of file input_data.F90.
type(esmf_field), public input_data::qrain_input_grid |
Sensible heat flux due to rainfall.
Definition at line 116 of file input_data.F90.
type(esmf_field), public input_data::seaice_depth_input_grid |
sea ice depth
Definition at line 82 of file input_data.F90.
type(esmf_field), public input_data::seaice_fract_input_grid |
sea ice fraction
Definition at line 83 of file input_data.F90.
type(esmf_field), public input_data::seaice_skin_temp_input_grid |
sea ice skin temp
Definition at line 84 of file input_data.F90.
type(esmf_field), public input_data::skin_temp_input_grid |
skin temp/sst
Definition at line 85 of file input_data.F90.
|
private |
The atmospheric levels in the GRIB2 input file.
Definition at line 106 of file input_data.F90.
type(esmf_field), public input_data::snow_depth_input_grid |
snow dpeth
Definition at line 86 of file input_data.F90.
type(esmf_field), public input_data::snow_liq_equiv_input_grid |
snow liq equiv depth
Definition at line 87 of file input_data.F90.
type(esmf_field), public input_data::soil_temp_input_grid |
3-d soil temp
Definition at line 88 of file input_data.F90.
type(esmf_field), public input_data::soil_type_input_grid |
soil type
Definition at line 89 of file input_data.F90.
type(esmf_field), public input_data::soilm_liq_input_grid |
3-d liquid soil moisture
Definition at line 90 of file input_data.F90.
type(esmf_field), public input_data::soilm_tot_input_grid |
3-d total soil moisture
Definition at line 91 of file input_data.F90.
type(esmf_field), public input_data::srflag_input_grid |
snow/rain flag
Definition at line 92 of file input_data.F90.
type(esmf_field), public input_data::t2m_input_grid |
2-m temperature
Definition at line 93 of file input_data.F90.
type(esmf_field), public input_data::temp_input_grid |
temperature
Definition at line 58 of file input_data.F90.
type(esmf_field), public input_data::terrain_input_grid |
terrain height
Definition at line 57 of file input_data.F90.
type(esmf_field), public input_data::tprcp_input_grid |
precip
Definition at line 94 of file input_data.F90.
type(esmf_field), dimension(:), allocatable, public input_data::tracers_input_grid |
tracers
Definition at line 63 of file input_data.F90.
type(esmf_field), public input_data::tref_input_grid |
Reference temperature.
Definition at line 117 of file input_data.F90.
type(esmf_field), public input_data::u_input_grid |
u/v wind at grid
Definition at line 60 of file input_data.F90.
type(esmf_field), public input_data::ustar_input_grid |
fric velocity
Definition at line 95 of file input_data.F90.
type(esmf_field), public input_data::v_input_grid |
box center
Definition at line 61 of file input_data.F90.
type(esmf_field), public input_data::veg_greenness_input_grid |
vegetation fraction
Definition at line 98 of file input_data.F90.
type(esmf_field), public input_data::veg_type_input_grid |
vegetation type
Definition at line 96 of file input_data.F90.
integer, public input_data::veg_type_landice_input = 15 |
NOAH land ice option defined at this veg type.
Default is igbp.
Definition at line 70 of file input_data.F90.
type(esmf_field), public input_data::w_0_input_grid |
Coefficient 3 to calculate d(tz)/d(ts)
Definition at line 119 of file input_data.F90.
type(esmf_field), public input_data::w_d_input_grid |
Coefficient 4 to calculate d(tz)/d(ts)
Definition at line 118 of file input_data.F90.
type(esmf_field), public input_data::wind_input_grid |
3-component wind
Definition at line 62 of file input_data.F90.
type(esmf_field), public input_data::xs_input_grid |
Salinity content in diurnal thermocline layer.
Definition at line 120 of file input_data.F90.
type(esmf_field), public input_data::xt_input_grid |
Heat content in diurnal thermocline layer.
Definition at line 121 of file input_data.F90.
type(esmf_field), public input_data::xtts_input_grid |
d(xt)/d(ts)
Definition at line 125 of file input_data.F90.
type(esmf_field), public input_data::xu_input_grid |
u-current content in diurnal thermocline layer
Definition at line 122 of file input_data.F90.
type(esmf_field), public input_data::xv_input_grid |
v-current content in diurnal thermocline layer
Definition at line 123 of file input_data.F90.
type(esmf_field), public input_data::xz_input_grid |
Diurnal thermocline layer thickness.
Definition at line 124 of file input_data.F90.
type(esmf_field), public input_data::xzts_input_grid |
d(xz)/d(ts)
Definition at line 126 of file input_data.F90.
type(esmf_field), public input_data::z0_input_grid |
roughness length
Definition at line 97 of file input_data.F90.
type(esmf_field), public input_data::z_c_input_grid |
Sub-layer cooling thickness.
Definition at line 127 of file input_data.F90.
type(esmf_field), public input_data::zm_input_grid |
Oceanic mixed layer depth.
Definition at line 128 of file input_data.F90.