|
chgres_cube 1.14.0
|
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. | |
| subroutine, public | static_data::create_static_fields |
| Create ESMF fields for static target grid data. | |
| subroutine, public | static_data::get_static_fields (localpet) |
| Driver routine to read/time interpolate static/climo fields on the fv3 target grid. | |
| subroutine | static_data::read_static_file (field, i_target, j_target, tile, data_one_tile, land_frac, max_data_one_tile, min_data_one_tile) |
| Read static climatological data file. | |
Variables | |
| type(esmf_field), public | static_data::alnsf_target_grid |
| near ir black sky albedo | |
| type(esmf_field), public | static_data::alnwf_target_grid |
| near ir white sky albedo | |
| type(esmf_field), public | static_data::alvsf_target_grid |
| visible black sky albedo | |
| type(esmf_field), public | static_data::alvwf_target_grid |
| visible white sky albedo | |
| type(esmf_field), public | static_data::facsf_target_grid |
| fractional coverage for strong zenith angle dependent albedo | |
| type(esmf_field), public | static_data::facwf_target_grid |
| fractional coverage for weak zenith angle dependent albedo | |
| type(esmf_field), public | static_data::max_veg_greenness_target_grid |
| maximum annual greenness fraction | |
| type(esmf_field), public | static_data::min_veg_greenness_target_grid |
| minimum annual greenness fraction | |
| type(esmf_field), public | static_data::mxsno_albedo_target_grid |
| maximum snow albedo | |
| type(esmf_field), public | static_data::slope_type_target_grid |
| slope type | |
| type(esmf_field), public | static_data::soil_type_target_grid |
| soil type | |
| type(esmf_field), public | static_data::substrate_temp_target_grid |
| soil subtrate temperature | |
| type(esmf_field), public | static_data::veg_greenness_target_grid |
| vegetation greenness fraction | |
| type(esmf_field), public | static_data::veg_type_target_grid |
| vegetation type | |
Process static surface data.
Definition in file static_data.F90.