53 print*,
"- DESTROY TARGET GRID ATMOSPHERIC FIELDS." This module contains code to read the setup namelist file, handle the varmap file for GRIB2 data...
type(esmf_field), public v_w_target_grid
V-wind, 'west' edge of grid cell.
real(esmf_kind_r8), dimension(:,:), allocatable, public vcoord_target
Vertical coordinate.
type(esmf_field), public qnifa_climo_target_grid
Number concentration of ice friendly aerosols.
type(esmf_field), public zh_target_grid
3-d height.
type(esmf_field), public delp_target_grid
Pressure thickness.
integer, public lev_target
Number of vertical levels.
Module to hold variables and ESMF fields associated with the target grid atmospheric data...
type(esmf_field), public qnwfa_climo_target_grid
Number concentration of water friendly aerosols.
type(esmf_field), public v_s_target_grid
V-wind, 'south' edge of grid cell.
integer, public nvcoord_target
Number of vertical coordinate variables.
type(esmf_field), public u_s_target_grid
U-wind, 'south' edge of grid cell.
type(esmf_field), public ps_target_grid
Surface pressure.
type(esmf_field), public u_w_target_grid
U-wind, 'west' edge of grid cell.
integer, public num_tracers
Number of atmospheric tracers to be processed.
type(esmf_field), public temp_target_grid
Temperautre.
integer, public levp1_target
Number of vertical levels plus 1.
type(esmf_field), dimension(:), allocatable, public tracers_target_grid
Tracers.
type(esmf_field), public dzdt_target_grid
Vertical velocity.
subroutine, public cleanup_atmosphere_target_data
Free up memory for fields and variables in this module.