Skip to content

Commit 5621a11

Browse files
AMLattanziAaron Lattanziasalmgren
authored
Release 24 03 (#1479)
* Update amrex submodule, update changes, fix plotfile, comment unused vars in microphysics. * Bump amrex hash to avoid reflux call signature issues. * Update amrex hash and changes. --------- Co-authored-by: Aaron Lattanzi <[email protected]> Co-authored-by: Ann Almgren <[email protected]>
1 parent fad11b6 commit 5621a11

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGES

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
# 24.02
221
-- AMReX submodule set to 24.02 release hash (52393d3)
322

Source/Microphysics/Kessler/Kessler.H

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ public:
105105

106106
// wrapper to advance micro vars
107107
void
108-
Advance (const amrex::Real& dt_advance, const SolverChoice &solverChoice) override
108+
Advance (const amrex::Real& dt_advance,
109+
const SolverChoice& solverChoice) override
109110
{
110111
dt = dt_advance;
111112

Submodules/AMReX

Submodule AMReX updated 108 files

0 commit comments

Comments
 (0)