chgres_cube  1.11.0
All Data Structures Namespaces Files Functions Variables Pages
static_data.F90 File Reference

Process static surface data. More...

Go to the source code of this file.

Modules

module  static_data
 Reads static surface climatological data for the target FV3 grid (such as soil type and vegetation type).
 

Functions/Subroutines

subroutine, public static_data::cleanup_static_fields
 Free up memory for fields in this module. More...
 
subroutine, public static_data::create_static_fields
 Create ESMF fields for static target grid data. More...
 
subroutine, public static_data::get_static_fields (localpet)
 Driver routine to read/time interpolate static/climo fields on the fv3 target grid. More...
 
subroutine static_data::read_static_file (field, i_target, j_target, tile, data_one_tile, max_data_one_tile, min_data_one_tile)
 Read static climatological data file. More...
 

Variables

type(esmf_field), public static_data::alnsf_target_grid
 near ir black sky albedo More...
 
type(esmf_field), public static_data::alnwf_target_grid
 near ir white sky albedo More...
 
type(esmf_field), public static_data::alvsf_target_grid
 visible black sky albedo More...
 
type(esmf_field), public static_data::alvwf_target_grid
 visible white sky albedo More...
 
type(esmf_field), public static_data::facsf_target_grid
 fractional coverage for strong zenith angle dependent albedo More...
 
type(esmf_field), public static_data::facwf_target_grid
 fractional coverage for weak zenith angle dependent albedo More...
 
type(esmf_field), public static_data::max_veg_greenness_target_grid
 maximum annual greenness fraction More...
 
type(esmf_field), public static_data::min_veg_greenness_target_grid
 minimum annual greenness fraction More...
 
type(esmf_field), public static_data::mxsno_albedo_target_grid
 maximum snow albedo More...
 
type(esmf_field), public static_data::slope_type_target_grid
 slope type More...
 
type(esmf_field), public static_data::soil_type_target_grid
 soil type More...
 
type(esmf_field), public static_data::substrate_temp_target_grid
 soil subtrate temperature More...
 
type(esmf_field), public static_data::veg_greenness_target_grid
 vegetation greenness fraction More...
 
type(esmf_field), public static_data::veg_type_target_grid
 vegetation type More...
 

Detailed Description

Process static surface data.

Author
George Gayno NCEP/EMC

Definition in file static_data.F90.