chgres_cube  1.13.0
All Data Structures Namespaces Files Functions Variables Pages
atmosphere_target_data Module Reference

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

Functions/Subroutines

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

Variables

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

Function/Subroutine Documentation

◆ cleanup_atmosphere_target_data()

subroutine, public atmosphere_target_data::cleanup_atmosphere_target_data ( )

Variable Documentation

◆ delp_target_grid

type(esmf_field), public atmosphere_target_data::delp_target_grid

◆ dzdt_target_grid

◆ lev_target

◆ levp1_target

◆ nvcoord_target

integer, public atmosphere_target_data::nvcoord_target

Number of vertical coordinate variables.

Definition at line 19 of file atmosphere_target_data.F90.

Referenced by atmosphere::read_vcoord_info(), and write_data::write_fv3_atm_header_netcdf().

◆ ps_target_grid

◆ qnifa_climo_target_grid

type(esmf_field), public atmosphere_target_data::qnifa_climo_target_grid

◆ qnwfa_climo_target_grid

type(esmf_field), public atmosphere_target_data::qnwfa_climo_target_grid

◆ temp_target_grid

◆ tracers_target_grid

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

◆ u_s_target_grid

type(esmf_field), public atmosphere_target_data::u_s_target_grid

◆ u_w_target_grid

type(esmf_field), public atmosphere_target_data::u_w_target_grid

◆ v_s_target_grid

type(esmf_field), public atmosphere_target_data::v_s_target_grid

◆ v_w_target_grid

type(esmf_field), public atmosphere_target_data::v_w_target_grid

◆ vcoord_target

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

◆ zh_target_grid