|
245 | 245 |
|
246 | 246 | <nml_option name="config_native_gwd_static" type="logical" default_value="true" |
247 | 247 | units="-" |
248 | | - description="Whether to recompute sub-grid-scale orography statistics directly on the native MPAS mesh (case 7 only)" |
| 248 | + description="Whether to recompute subgrid-scale orography statistics directly on the native MPAS mesh (case 7 only)" |
249 | 249 | possible_values="true or false"/> |
250 | 250 |
|
251 | 251 | <nml_option name="config_gwd_cell_scaling" type="real" default_value="1.0" in_defaults="false" |
|
773 | 773 | description="Index category for water"/> |
774 | 774 |
|
775 | 775 | <!-- GWDO fields --> |
776 | | - <var name="var2d" type="real" dimensions="nCells" units="m^{2}" |
777 | | - description="variance of orography"/> |
| 776 | + <var name="var2d" type="real" dimensions="nCells" units="m" |
| 777 | + description="standard deviation of subgrid-scale orography"/> |
778 | 778 |
|
779 | | - <var name="con" type="real" dimensions="nCells" units="m^{2}" |
780 | | - description="convexity of orography"/> |
| 779 | + <var name="con" type="real" dimensions="nCells" units="unitless" |
| 780 | + description="orographic convexity"/> |
781 | 781 |
|
782 | 782 | <var name="oa1" type="real" dimensions="nCells" units="unitless" |
783 | | - description="directional asymmetry function of orography"/> |
| 783 | + description="asymmetry of subgrid-scale orography for westerly flow"/> |
784 | 784 |
|
785 | 785 | <var name="oa2" type="real" dimensions="nCells" units="unitless" |
786 | | - description="directional asymmetry function of orography"/> |
| 786 | + description="asymmetry of subgrid-scale orography for southerly flow"/> |
787 | 787 |
|
788 | 788 | <var name="oa3" type="real" dimensions="nCells" units="unitless" |
789 | | - description="directional asymmetry function of orography"/> |
| 789 | + description="asymmetry of subgrid-scale orography for south-westerly flow"/> |
790 | 790 |
|
791 | 791 | <var name="oa4" type="real" dimensions="nCells" units="unitless" |
792 | | - description="directional asymmetry function of orography"/> |
| 792 | + description="asymmetry of subgrid-scale orography for north-westerly flow"/> |
793 | 793 |
|
794 | 794 | <var name="ol1" type="real" dimensions="nCells" units="unitless" |
795 | | - description="directional asymmetry function of orography"/> |
| 795 | + description="effective orographic length for westerly flow"/> |
796 | 796 |
|
797 | 797 | <var name="ol2" type="real" dimensions="nCells" units="unitless" |
798 | | - description="directional asymmetry function of orography"/> |
| 798 | + description="effective orographic length for southerly flow"/> |
799 | 799 |
|
800 | 800 | <var name="ol3" type="real" dimensions="nCells" units="unitles" |
801 | | - description="directional asymmetry function of orography"/> |
| 801 | + description="effective orographic length for south-westerly flow"/> |
802 | 802 |
|
803 | 803 | <var name="ol4" type="real" dimensions="nCells" units="unitless" |
804 | | - description="directional asymmetry function of orography"/> |
| 804 | + description="effective orographic length for north-westerly flow"/> |
805 | 805 |
|
806 | 806 | <!-- description of the vertical grid structure --> |
807 | 807 | <var name="hx" type="real" dimensions="nVertLevelsP1 nCells" units="m" |
|
0 commit comments