chgres_cube  1.6.0
 All Data Structures Files Functions Variables
thompson_mp_climo_data Module Reference

Module to read the Thompson climatological MP data file and set up the associated esmf field and grid objects. More...

Public Member Functions

subroutine, public cleanup_thomp_mp_climo_input_data
 Free up memory associated with this module. More...
 
subroutine, public read_thomp_mp_climo_data
 Read Thompson climatological MP data file and time interpolate data to current cycle time. More...
 

Data Fields

integer, public lev_thomp_mp_climo
 number of vert lvls of Thompson climo data More...
 
type(esmf_field), public qnifa_climo_input_grid
 number concentration of ice friendly nuclei. More...
 
type(esmf_field), public qnwfa_climo_input_grid
 number concentration of water friendly nuclei. More...
 
type(esmf_field), public thomp_pres_climo_input_grid
 3-d pressure of the Thompson climo data points More...
 

Private Attributes

integer i_thomp_mp_climo
 i-dimension of Thompson climo data More...
 
integer j_thomp_mp_climo
 j-dimension of Thompson climo data More...
 
type(esmf_grid) thomp_mp_climo_grid
 esmf grid object for Thompson data grid More...
 

Detailed Description

Module to read the Thompson climatological MP data file and set up the associated esmf field and grid objects.

Author
George Gayno NOAA/EMC

Definition at line 9 of file thompson_mp_climo_data.F90.

Member Function/Subroutine Documentation

subroutine, public thompson_mp_climo_data::cleanup_thomp_mp_climo_input_data ( )

Free up memory associated with this module.

Author
George Gayno NOAA/EMC

Definition at line 327 of file thompson_mp_climo_data.F90.

Referenced by atmosphere::horiz_interp_thomp_mp_climo().

subroutine, public thompson_mp_climo_data::read_thomp_mp_climo_data ( )

Read Thompson climatological MP data file and time interpolate data to current cycle time.

Author
George Gayno NOAA/EMC

Definition at line 49 of file thompson_mp_climo_data.F90.

References error_handler(), and netcdf_err().

Referenced by atmosphere::atmosphere_driver().

Field Documentation

integer thompson_mp_climo_data::i_thomp_mp_climo
private

i-dimension of Thompson climo data

Definition at line 20 of file thompson_mp_climo_data.F90.

integer thompson_mp_climo_data::j_thomp_mp_climo
private

j-dimension of Thompson climo data

Definition at line 22 of file thompson_mp_climo_data.F90.

integer, public thompson_mp_climo_data::lev_thomp_mp_climo

number of vert lvls of Thompson climo data

Definition at line 24 of file thompson_mp_climo_data.F90.

type(esmf_field), public thompson_mp_climo_data::qnifa_climo_input_grid

number concentration of ice friendly nuclei.

Definition at line 30 of file thompson_mp_climo_data.F90.

type(esmf_field), public thompson_mp_climo_data::qnwfa_climo_input_grid

number concentration of water friendly nuclei.

Definition at line 33 of file thompson_mp_climo_data.F90.

type(esmf_grid) thompson_mp_climo_data::thomp_mp_climo_grid
private

esmf grid object for Thompson data grid

Definition at line 27 of file thompson_mp_climo_data.F90.

type(esmf_field), public thompson_mp_climo_data::thomp_pres_climo_input_grid

3-d pressure of the Thompson climo data points

Definition at line 36 of file thompson_mp_climo_data.F90.


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