|
1 | 1 | <?xml version="1.0"?>
|
2 |
| -<registry model="mpas" core="atmosphere" core_abbrev="atm" version="5.0"> |
| 2 | +<registry model="mpas" core="atmosphere" core_abbrev="atm" version="5.1"> |
3 | 3 |
|
4 | 4 | <!-- **************************************************************************************** -->
|
5 | 5 | <!-- ************************************** Dimensions ************************************** -->
|
|
141 | 141 |
|
142 | 142 | <nml_option name="config_len_disp" type="real" default_value="120000.0"
|
143 | 143 | units="m"
|
144 |
| - description="Horizontal length scale for Smagorinsky formulation of horizontal diffusion" |
| 144 | + description="Horizontal length scale, used by the Smagorinsky formulation of horizontal diffusion and by 3-d divergence damping" |
145 | 145 | possible_values="Positive real values"/>
|
146 | 146 |
|
147 | 147 | <nml_option name="config_visc4_2dsmag" type="real" default_value="0.05"
|
|
224 | 224 | description="Off-centering parameter for the vertically implicit acoustic integration"
|
225 | 225 | possible_values="Positive real values"/>
|
226 | 226 |
|
227 |
| - <nml_option name="config_smdiv" type="real" default_value="0.025" |
| 227 | + <nml_option name="config_smdiv" type="real" default_value="0.1" |
228 | 228 | units="-"
|
229 | 229 | description="3-d divergence damping coefficient"
|
230 | 230 | possible_values="Positive real values"/>
|
231 | 231 |
|
232 |
| - <nml_option name="config_smdiv_p_forward" type="real" default_value="0.1" |
233 |
| - units="-" |
234 |
| - description="Fractional forward weighting of the pressure during the acoustic step --- a form of 3D divergence damping" |
235 |
| - possible_values="Real values typically in the range 0 to 0.2"/> |
236 |
| - |
237 | 232 | <nml_option name="config_apvm_upwinding" type="real" default_value="0.5" in_defaults="false"
|
238 | 233 | units="-"
|
239 | 234 | description="Amount of upwinding in APVM"
|
|
1588 | 1583 | <var name="rho_p_save" type="real" dimensions="nVertLevels nCells Time" units="kg m^{-3}"
|
1589 | 1584 | description="predicted value rho_p, saved before acoustic steps"/>
|
1590 | 1585 |
|
1591 |
| - <var name="divergence_3d" type="real" dimensions="nVertLevels nCells Time" units="kg m^{-3} s^{-1}" |
1592 |
| - description="3D divergence used for acoustic filtering"/> |
1593 |
| - |
1594 | 1586 | <var name="kdiff" type="real" dimensions="nVertLevels nCells Time" units="m^2 s^{-1}"
|
1595 | 1587 | description="Smagorinsky horizontal eddy viscosity"/>
|
1596 | 1588 |
|
|
0 commit comments