File tree 3 files changed +22
-2
lines changed
Source/Microphysics/Kessler
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 24.03
2
+ -- AMReX submodule set to 24.03 release hash (d737886)
3
+
4
+ -- Plot rain accumulation (#1478)
5
+
6
+ -- Remove FastEddy completely (#1483)
7
+
8
+ -- Rain accumulation capability (#1474)
9
+
10
+ -- Remove the FastEddy model since it coincides with Kessler (#1473)
11
+
12
+ -- Input_sounding with moisture new HSE balance (#1469)
13
+
14
+ -- SAM microphysics re-write for ERF dycore (#1461/#1447)
15
+
16
+ -- Two-way coupled AMR (#1458)
17
+
18
+ -- Numerical diffusion bug fix (#1451)
19
+
1
20
# 24.02
2
21
-- AMReX submodule set to 24.02 release hash (52393d3)
3
22
Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ public:
105
105
106
106
// wrapper to advance micro vars
107
107
void
108
- Advance (const amrex::Real& dt_advance, const SolverChoice &solverChoice) override
108
+ Advance (const amrex::Real& dt_advance,
109
+ const SolverChoice& solverChoice) override
109
110
{
110
111
dt = dt_advance;
111
112
You can’t perform that action at this time.
0 commit comments