Skip to content

Commit

Permalink
add acronyms pages and NMLs for PSL options
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhangw committed Aug 19, 2024
1 parent 368877c commit 72e606a
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
1 change: 1 addition & 0 deletions physics/docs/ccpp_doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ INPUT = pdftxt/mainpage.txt \
pdftxt/CLM_LAKE.txt \
pdftxt/THOMPSON.txt \
pdftxt/suite_input.nml.txt \
pdftxt/acronyms.txt \
../MP \
../CONV \
../GWD \
Expand Down
70 changes: 70 additions & 0 deletions physics/docs/pdftxt/acronyms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
/**
\page Acronyms_desp Acronyms

\tableofcontents
| Abbreviation | Explanation |
|------------------|---------------------|
| aa | Aerosol-aware |
| CA | Cellular Automata |
| CCN | Cloud Condensation Nulei |
| CCPP | Common Community Physics Package |
| CIRES | Cooperative Institute for Research in Environmental Sciences |
| CLM | Community Land Model |
| CSAW | Chikira-Sugiyama convection with Arakawa-Wu extension |
| dycore | Dynamical core |
| EDMF | Eddy-Diffusivity Mass Flux |
| EMC | Environmental Modeling Center |
| FV3 | Finite-Volume Cubed Sphere |
| GF | Grell-Freitas convective scheme |
| GFDL | Geophysical Fluid Dynamics Laboratory |
| GFS | Global Forecast System |
| GOCART | Goddard Chemistry Aerosol Radiation and Transport model |
| GSL | NOAA Global Systems Laboratory |
| HEDMF | Hybrid eddy-diffusivity mass-flux |
| HRRR | High-Resolution Rapid Refresh |
| LSM | Land Surface Model |
| LW | Longwave |
| McICA | Monte-Carlo Independent Column Approximation |
| MERRA-2 | Modern-Era Retrospective Analysis for Research and Applications, Version2 |
| MF | Mass-Flux |
| MG | Morrison-Gettelman |
| MP | Microphysics |
| MYNN | Mellor-Yamada-Nakanishi-Niino |
| NASA | National Aeronautics and Space Administration |
| NCAR | National Center for Atmospheric Research |
| NOAA | National Oceanic and Atmospheric Administration |
| NoahMP | Noah-Multiparameterization Land Surface Model |
| NRL | Naval Research Laboratory |
| NSST | Near Sea Surface Temperature ocean scheme |
| NSSL | NOAA National Severe Storms Laboratory |
| NWP | Numerical Weather Prediction |
| PBL | Planetary Boundary Layer |
| PSD | Partical size distribution |
| PSL | NOAA Physics Sciences Laboratory |
| RRFS | Rapid Refresh Forecast System |
| RRTMG | Rapid Radiative Transfer Model for General circulation model applications |
| RRTMGP | Rapid Radiation Transfer Model for General circulation model applications-Parallel
| RTE | Radiative Transfer for Energetics |
| RUC | Rapid Update Cycle |
| sa | Scale-aware |
| SAS | Simplified Arakawa-Schubert |
| SCM | Single-Column Model |
| SDF | Suite Definition File |
| sfc | Surface |
| SHUM | Perturbed boundary layer specific humidity |
| SKEB | Stochastic Kinetic Energy Backscatter |
| SPPT | Stochastically Perturbed Physics Tendencies |
| SW | Shortwave |
| TOA | Top of the Atmosphere |
| TKE | Turbulent Kinetic Energy |
| YSU | Yonsei University |
| UFS | Unified Forecast System |
| UGWP | Unified Gravity Wave Physics |
| WoFS | Warn on Forecast |
| WRF | Weather Research and Forecasting |
\tableofcontents




*/
6 changes: 6 additions & 0 deletions physics/docs/pdftxt/suite_input.nml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,12 @@ show some variables in the namelist that must match the SDF.
<tr><td>do_gsl_drag_ls_bl <td>unified_ugwp, drag_suite <td>flag for GSL drag (large-scale GWD and blocking only) <td>.false.
<tr><td>do_gsl_drag_ss <td>unified_ugwp, drag_suite <td>flag for GSL drag (small-scale GWD only) <td>.false.
<tr><td>do_gsl_drag_tofd <td>unified_ugwp, drag_suite <td>flag for GSL drag (turbulent orog form drag only) <td>.false.
<tr><td>do_gwd_opt_psl <td>unified_ugwp, ugwpv1_gsldrag <td>flag for PSL drag (mesoscale GWD and blocking only) <td>.false.
<tr><td>do_ugwp_v1 <td>GFS_physics_time_vary <td>flag for version 1 UGWP <td>.false.
<tr><td>do_ugwp_v1_orog_only <td>ugwpv1_gsldrag <td>flag for version 1 UGWP (orographic drag only) <td>.false.
<tr><td>do_ugwp_v1_w_gsldrag <td>ugwpv1_gsldrag <td>flag for version 1 UGWP (orographic drag only) <td>.false.
<tr><td>alpha_fd <td>ugwpv1_gsldrag, drag_suite, unified_ugwp <td>alpha coefficient for turbulent orographic form drag <td>12.0
<tr><td>psl_gwd_dx_factor <td>ugwpv1_gsldrag, drag_suite, unified_ugwp <td>multiplication factors for grid spacing <td>6.0
<tr><td colspan="4" align= center>\b Parameters \b related \b to \b LSM \b options
<tr><td>lsm <td>see \a GFS_typedefs.F90 <td>flag for land surface model to use \n
<ul>
Expand Down

0 comments on commit 72e606a

Please sign in to comment.