chgres_cube  1.13.0
All Data Structures Namespaces Files Functions Variables Pages
atmosphere_target_data.F90 File Reference

Define atmospheric target data variables. More...

Go to the source code of this file.

Modules

module  atmosphere_target_data
 Module to hold variables and ESMF fields associated with the target grid atmospheric data.
 

Functions/Subroutines

subroutine, public atmosphere_target_data::cleanup_atmosphere_target_data
 Free up memory for fields and variables in this module. More...
 

Variables

type(esmf_field), public atmosphere_target_data::delp_target_grid
 Pressure thickness. More...
 
type(esmf_field), public atmosphere_target_data::dzdt_target_grid
 Vertical velocity. More...
 
integer, public atmosphere_target_data::lev_target
 Number of vertical levels. More...
 
integer, public atmosphere_target_data::levp1_target
 Number of vertical levels plus 1. More...
 
integer, public atmosphere_target_data::nvcoord_target
 Number of vertical coordinate variables. More...
 
type(esmf_field), public atmosphere_target_data::ps_target_grid
 Surface pressure. More...
 
type(esmf_field), public atmosphere_target_data::qnifa_climo_target_grid
 Number concentration of ice friendly aerosols. More...
 
type(esmf_field), public atmosphere_target_data::qnwfa_climo_target_grid
 Number concentration of water friendly aerosols. More...
 
type(esmf_field), public atmosphere_target_data::temp_target_grid
 Temperautre. More...
 
type(esmf_field), dimension(:), allocatable, public atmosphere_target_data::tracers_target_grid
 Tracers. More...
 
type(esmf_field), public atmosphere_target_data::u_s_target_grid
 U-wind, 'south' edge of grid cell. More...
 
type(esmf_field), public atmosphere_target_data::u_w_target_grid
 U-wind, 'west' edge of grid cell. More...
 
type(esmf_field), public atmosphere_target_data::v_s_target_grid
 V-wind, 'south' edge of grid cell. More...
 
type(esmf_field), public atmosphere_target_data::v_w_target_grid
 V-wind, 'west' edge of grid cell. More...
 
real(esmf_kind_r8), dimension(:,:), allocatable, public atmosphere_target_data::vcoord_target
 Vertical coordinate. More...
 
type(esmf_field), public atmosphere_target_data::zh_target_grid
 3-d height. More...
 

Detailed Description

Define atmospheric target data variables.

Author
George Gayno NCEP/EMC

Definition in file atmosphere_target_data.F90.