Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/core_atmosphere/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@
<var name="ke"/>
<var name="uReconstructZonal"/>
<var name="uReconstructMeridional"/>
<var name="stoch_pattern_sppt"/>

<!-- Begin Ertel PV diagnostics defined in diagnostics/Registry_pv.xml -->
<var name="ertel_pv"/>
Expand Down Expand Up @@ -4277,7 +4278,10 @@
<var name="tend_umerid" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1} s^{-1}"
description="Total cell-centered meridional wind tendency from physics"
persistence="scratch" />


<var name="stoch_pattern_sppt" type="real" dimensions="nVertLevels nCells Time" units="%"
Comment thread
dustinswales marked this conversation as resolved.
Outdated
description="Perturbation pattern for stochastic physics SPPT scheme" />

#ifdef DO_PHYSICS
<!-- ================================================================================================== -->
<!-- TENDENCIES FROM PARAMETERIZATION OF CLOUD MICROPHYSICS: -->
Expand Down
Loading