chgres_cube  1.11.0
All Data Structures Namespaces Files Functions Variables Pages
surface_target_data.F90 File Reference

Define target grid surface data variables. More...

Go to the source code of this file.

Modules

module  surface_target_data
 Module to hold ESMF fields associated with the target grid surface data.
 

Functions/Subroutines

subroutine, public surface_target_data::cleanup_target_nst_data
 Free up memory once the target grid nst fields are no longer needed. More...
 
subroutine, public surface_target_data::cleanup_target_sfc_data
 Free up memory once the target grid surface fields are no longer needed. More...
 

Variables

type(esmf_field), public surface_target_data::c_0_target_grid
 Coefficient 1 to calculate d(tz)/d(ts). More...
 
type(esmf_field), public surface_target_data::c_d_target_grid
 Coefficient 2 to calculate d(tz)/d(ts). More...
 
type(esmf_field), public surface_target_data::canopy_mc_target_grid
 Canopy moisture content. More...
 
type(esmf_field), public surface_target_data::d_conv_target_grid
 Thickness of free convection layer. More...
 
type(esmf_field), public surface_target_data::dt_cool_target_grid
 Sub-layer cooling amount. More...
 
type(esmf_field), public surface_target_data::f10m_target_grid
 log((z0+10)*1/z0) See sfc_diff.f for details. More...
 
type(esmf_field), public surface_target_data::ffmm_target_grid
 log((z0+z1)*1/z0) See sfc_diff.f for details. More...
 
type(esmf_field), public surface_target_data::ifd_target_grid
 Model mode index. More...
 
type(esmf_field), public surface_target_data::lai_target_grid
 Leaf area index. More...
 
type(esmf_field), public surface_target_data::q2m_target_grid
 2-m specific humidity. More...
 
type(esmf_field), public surface_target_data::qrain_target_grid
 Sensible heat flux due to rainfall. More...
 
type(esmf_field), public surface_target_data::seaice_depth_target_grid
 Sea ice depth. More...
 
type(esmf_field), public surface_target_data::seaice_fract_target_grid
 Sea ice fraction. More...
 
type(esmf_field), public surface_target_data::seaice_skin_temp_target_grid
 Sea ice skin temperature. More...
 
type(esmf_field), public surface_target_data::skin_temp_target_grid
 Skin temperature/sst. More...
 
type(esmf_field), public surface_target_data::snow_depth_target_grid
 Physical snow depth. More...
 
type(esmf_field), public surface_target_data::snow_liq_equiv_target_grid
 Liquid equivalent snow depth. More...
 
type(esmf_field), public surface_target_data::soil_temp_target_grid
 3-d soil temperature. More...
 
type(esmf_field), public surface_target_data::soilm_liq_target_grid
 3-d liquid soil moisture. More...
 
type(esmf_field), public surface_target_data::soilm_tot_target_grid
 3-d total soil moisture. More...
 
type(esmf_field), public surface_target_data::srflag_target_grid
 Snow/rain flag. More...
 
type(esmf_field), public surface_target_data::t2m_target_grid
 2-m temperatrure. More...
 
type(esmf_field), public surface_target_data::tprcp_target_grid
 Precipitation. More...
 
type(esmf_field), public surface_target_data::tref_target_grid
 Reference temperature. More...
 
type(esmf_field), public surface_target_data::ustar_target_grid
 Friction velocity. More...
 
type(esmf_field), public surface_target_data::w_0_target_grid
 Coefficient 3 to calculate d(tz)/d(ts). More...
 
type(esmf_field), public surface_target_data::w_d_target_grid
 Coefficient 4 to calculate d(tz)/d(ts). More...
 
type(esmf_field), public surface_target_data::xs_target_grid
 Salinity content in diurnal thermocline layer. More...
 
type(esmf_field), public surface_target_data::xt_target_grid
 Heat content in diurnal thermocline layer. More...
 
type(esmf_field), public surface_target_data::xtts_target_grid
 d(xt)/d(ts). More...
 
type(esmf_field), public surface_target_data::xu_target_grid
 u-current content in diurnal thermocline layer. More...
 
type(esmf_field), public surface_target_data::xv_target_grid
 v-current content in diurnal thermocline layer. More...
 
type(esmf_field), public surface_target_data::xz_target_grid
 Diurnal thermocline layer thickness. More...
 
type(esmf_field), public surface_target_data::xzts_target_grid
 d(xz)/d(ts). More...
 
type(esmf_field), public surface_target_data::z0_target_grid
 Roughness length. More...
 
type(esmf_field), public surface_target_data::z_c_target_grid
 Sub-layer cooling thickness. More...
 
type(esmf_field), public surface_target_data::zm_target_grid
 Oceanic mixed layer depth. More...
 

Detailed Description

Define target grid surface data variables.

Author
George Gayno NCEP/EMC

Definition in file surface_target_data.F90.