You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/microphysics.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,17 @@ The magnitude of diffusion acting on precipitation tracers can be scaled using t
140
140
`tracer_vertical_diffusion_factor`.
141
141
There is no such scaling applied when using the Smagorinsky-Lilly or AMD models.
142
142
143
+
### Moisture Fixer
144
+
145
+
The moisture fixer is an optional grid-mean tendency correction that can be enabled for
146
+
nonequilibrium moisture models with 1-moment microphysics.
147
+
When enabled (via the `moisture_fixer` configuration option), the fixer adjusts small negative
148
+
tracer values by transferring mass from water vapor to the affected microphysics tracers
149
+
(cloud liquid, cloud ice, rain, and snow).
150
+
This provides an additional safeguard against numerical errors that may produce negative tracer values,
151
+
complementing the limiters and diffusion schemes described above.
152
+
The fixer operates on the grid-mean tendencies and conserves total water mass.
153
+
143
154
## Aerosol Activation for 2-Moment Microphysics
144
155
145
156
Aerosol activation uses functions from the [CloudMicrophysics.jl](https://github.com/CliMA/CloudMicrophysics.jl) library, based on the Abdul-Razzak and Ghan (ARG) parameterization. ARG predicts the number of activated cloud droplets assuming a parcel of clear air rising adiabatically. This formulation is traditionally applied only at cloud base, where the maximum supersaturation typically occurs.
0 commit comments