chgres_cube  1.12.0
 All Data Structures Files Functions Variables
atmosphere_target_data Module Reference

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

Public Member Functions

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

Data Fields

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

Detailed Description

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

Author
George Gayno NCEP/EMC

Definition at line 9 of file atmosphere_target_data.F90.

Member Function/Subroutine Documentation

subroutine, public atmosphere_target_data::cleanup_atmosphere_target_data ( )

Free up memory for fields and variables in this module.

Author
George.Gayno NOAA/EMC

Definition at line 45 of file atmosphere_target_data.F90.

Referenced by atmosphere::cleanup_all_target_atm_data().

Field Documentation

type(esmf_field), public atmosphere_target_data::delp_target_grid

Pressure thickness.

Definition at line 23 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::dzdt_target_grid

Vertical velocity.

Definition at line 24 of file atmosphere_target_data.F90.

integer, public atmosphere_target_data::lev_target

Number of vertical levels.

Definition at line 17 of file atmosphere_target_data.F90.

integer, public atmosphere_target_data::levp1_target

Number of vertical levels plus 1.

Definition at line 18 of file atmosphere_target_data.F90.

integer, public atmosphere_target_data::nvcoord_target

Number of vertical coordinate variables.

Definition at line 19 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::ps_target_grid

Surface pressure.

Definition at line 25 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::qnifa_climo_target_grid

Number concentration of ice friendly aerosols.

Definition at line 33 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::qnwfa_climo_target_grid

Number concentration of water friendly aerosols.

Definition at line 35 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::temp_target_grid

Temperautre.

Definition at line 26 of file atmosphere_target_data.F90.

type(esmf_field), dimension(:), allocatable, public atmosphere_target_data::tracers_target_grid

Tracers.

Definition at line 27 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::u_s_target_grid

U-wind, 'south' edge of grid cell.

Definition at line 28 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::u_w_target_grid

U-wind, 'west' edge of grid cell.

Definition at line 30 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::v_s_target_grid

V-wind, 'south' edge of grid cell.

Definition at line 29 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::v_w_target_grid

V-wind, 'west' edge of grid cell.

Definition at line 31 of file atmosphere_target_data.F90.

real(esmf_kind_r8), dimension(:,:), allocatable, public atmosphere_target_data::vcoord_target

Vertical coordinate.

Definition at line 21 of file atmosphere_target_data.F90.

type(esmf_field), public atmosphere_target_data::zh_target_grid

3-d height.

Definition at line 32 of file atmosphere_target_data.F90.


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