Skip to content

Commit 72e606a

Browse files
committed
add acronyms pages and NMLs for PSL options
1 parent 368877c commit 72e606a

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

physics/docs/ccpp_doxyfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@ INPUT = pdftxt/mainpage.txt \
993993
pdftxt/CLM_LAKE.txt \
994994
pdftxt/THOMPSON.txt \
995995
pdftxt/suite_input.nml.txt \
996+
pdftxt/acronyms.txt \
996997
../MP \
997998
../CONV \
998999
../GWD \

physics/docs/pdftxt/acronyms.txt

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
/**
2+
\page Acronyms_desp Acronyms
3+
4+
\tableofcontents
5+
| Abbreviation | Explanation |
6+
|------------------|---------------------|
7+
| aa | Aerosol-aware |
8+
| CA | Cellular Automata |
9+
| CCN | Cloud Condensation Nulei |
10+
| CCPP | Common Community Physics Package |
11+
| CIRES | Cooperative Institute for Research in Environmental Sciences |
12+
| CLM | Community Land Model |
13+
| CSAW | Chikira-Sugiyama convection with Arakawa-Wu extension |
14+
| dycore | Dynamical core |
15+
| EDMF | Eddy-Diffusivity Mass Flux |
16+
| EMC | Environmental Modeling Center |
17+
| FV3 | Finite-Volume Cubed Sphere |
18+
| GF | Grell-Freitas convective scheme |
19+
| GFDL | Geophysical Fluid Dynamics Laboratory |
20+
| GFS | Global Forecast System |
21+
| GOCART | Goddard Chemistry Aerosol Radiation and Transport model |
22+
| GSL | NOAA Global Systems Laboratory |
23+
| HEDMF | Hybrid eddy-diffusivity mass-flux |
24+
| HRRR | High-Resolution Rapid Refresh |
25+
| LSM | Land Surface Model |
26+
| LW | Longwave |
27+
| McICA | Monte-Carlo Independent Column Approximation |
28+
| MERRA-2 | Modern-Era Retrospective Analysis for Research and Applications, Version2 |
29+
| MF | Mass-Flux |
30+
| MG | Morrison-Gettelman |
31+
| MP | Microphysics |
32+
| MYNN | Mellor-Yamada-Nakanishi-Niino |
33+
| NASA | National Aeronautics and Space Administration |
34+
| NCAR | National Center for Atmospheric Research |
35+
| NOAA | National Oceanic and Atmospheric Administration |
36+
| NoahMP | Noah-Multiparameterization Land Surface Model |
37+
| NRL | Naval Research Laboratory |
38+
| NSST | Near Sea Surface Temperature ocean scheme |
39+
| NSSL | NOAA National Severe Storms Laboratory |
40+
| NWP | Numerical Weather Prediction |
41+
| PBL | Planetary Boundary Layer |
42+
| PSD | Partical size distribution |
43+
| PSL | NOAA Physics Sciences Laboratory |
44+
| RRFS | Rapid Refresh Forecast System |
45+
| RRTMG | Rapid Radiative Transfer Model for General circulation model applications |
46+
| RRTMGP | Rapid Radiation Transfer Model for General circulation model applications-Parallel
47+
| RTE | Radiative Transfer for Energetics |
48+
| RUC | Rapid Update Cycle |
49+
| sa | Scale-aware |
50+
| SAS | Simplified Arakawa-Schubert |
51+
| SCM | Single-Column Model |
52+
| SDF | Suite Definition File |
53+
| sfc | Surface |
54+
| SHUM | Perturbed boundary layer specific humidity |
55+
| SKEB | Stochastic Kinetic Energy Backscatter |
56+
| SPPT | Stochastically Perturbed Physics Tendencies |
57+
| SW | Shortwave |
58+
| TOA | Top of the Atmosphere |
59+
| TKE | Turbulent Kinetic Energy |
60+
| YSU | Yonsei University |
61+
| UFS | Unified Forecast System |
62+
| UGWP | Unified Gravity Wave Physics |
63+
| WoFS | Warn on Forecast |
64+
| WRF | Weather Research and Forecasting |
65+
\tableofcontents
66+
67+
68+
69+
70+
*/

physics/docs/pdftxt/suite_input.nml.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,12 @@ show some variables in the namelist that must match the SDF.
527527
<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.
528528
<tr><td>do_gsl_drag_ss <td>unified_ugwp, drag_suite <td>flag for GSL drag (small-scale GWD only) <td>.false.
529529
<tr><td>do_gsl_drag_tofd <td>unified_ugwp, drag_suite <td>flag for GSL drag (turbulent orog form drag only) <td>.false.
530+
<tr><td>do_gwd_opt_psl <td>unified_ugwp, ugwpv1_gsldrag <td>flag for PSL drag (mesoscale GWD and blocking only) <td>.false.
531+
<tr><td>do_ugwp_v1 <td>GFS_physics_time_vary <td>flag for version 1 UGWP <td>.false.
532+
<tr><td>do_ugwp_v1_orog_only <td>ugwpv1_gsldrag <td>flag for version 1 UGWP (orographic drag only) <td>.false.
533+
<tr><td>do_ugwp_v1_w_gsldrag <td>ugwpv1_gsldrag <td>flag for version 1 UGWP (orographic drag only) <td>.false.
534+
<tr><td>alpha_fd <td>ugwpv1_gsldrag, drag_suite, unified_ugwp <td>alpha coefficient for turbulent orographic form drag <td>12.0
535+
<tr><td>psl_gwd_dx_factor <td>ugwpv1_gsldrag, drag_suite, unified_ugwp <td>multiplication factors for grid spacing <td>6.0
530536
<tr><td colspan="4" align= center>\b Parameters \b related \b to \b LSM \b options
531537
<tr><td>lsm <td>see \a GFS_typedefs.F90 <td>flag for land surface model to use \n
532538
<ul>

0 commit comments

Comments
 (0)