orog_mask_tools
1.6.0
|
Create orographic (oro_data) files for use by GSL drag suite. More...
Go to the source code of this file.
Functions/Subroutines | |
program | gsl_oro_data |
Brief description of program: Creates orographic (oro_data) files needed by the GSL drag suite physics parameterization. More... | |
Create orographic (oro_data) files for use by GSL drag suite.
Program GSL_ORO_DATA
This program calls subroutines which calculate the parameters required for the GSL subgrid-scale orographic gravity-wave drag (GWDO) suite on the FV3 grid. These parameters are for the small-scale GWD (Tsiringakis et al., 2017) and turbulent orographic form drag (TOFD) (Beljaars et al., 2004) schemes of the GSL drag suite. The output fields are:
Note: This program works for both the global FV3GFS cubed sphere, i.e., for tiles 1 through 6, (and 7 if nested grid) (halo.eq.-999 for no halo), and for the stand-alone regional lam (tile 7 and halo.ne.-999) If a halo number is given, this is only to specify the Cxxx_grid.halox data used for input. The oro_data files are always "halo0" output.
Based on code by Michael Duda provided by NCAR/MMM
Definition in file gsl_oro_data.f90.
program gsl_oro_data | ( | ) |
Brief description of program: Creates orographic (oro_data) files needed by the GSL drag suite physics parameterization.
Definition at line 36 of file gsl_oro_data.f90.
References gsl_oro_data_lg_scale::calc_gsl_oro_data_lg_scale(), and gsl_oro_data_sm_scale::calc_gsl_oro_data_sm_scale().