diff --git a/CHANGES b/CHANGES index bb63b3a5d..d8429d896 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,22 @@ +# 24.03 + -- AMReX submodule set to 24.03 release hash (d737886) + + -- Plot rain accumulation (#1478) + + -- Remove FastEddy completely (#1483) + + -- Rain accumulation capability (#1474) + + -- Remove the FastEddy model since it coincides with Kessler (#1473) + + -- Input_sounding with moisture new HSE balance (#1469) + + -- SAM microphysics re-write for ERF dycore (#1461/#1447) + + -- Two-way coupled AMR (#1458) + + -- Numerical diffusion bug fix (#1451) + # 24.02 -- AMReX submodule set to 24.02 release hash (52393d3) diff --git a/Source/Microphysics/Kessler/Kessler.H b/Source/Microphysics/Kessler/Kessler.H index 916f5084b..3d033bc5d 100644 --- a/Source/Microphysics/Kessler/Kessler.H +++ b/Source/Microphysics/Kessler/Kessler.H @@ -105,7 +105,8 @@ public: // wrapper to advance micro vars void - Advance (const amrex::Real& dt_advance, const SolverChoice &solverChoice) override + Advance (const amrex::Real& dt_advance, + const SolverChoice& solverChoice) override { dt = dt_advance; diff --git a/Submodules/AMReX b/Submodules/AMReX index 52393d3fa..d737886d5 160000 --- a/Submodules/AMReX +++ b/Submodules/AMReX @@ -1 +1 @@ -Subproject commit 52393d3fafc835fa379f0420aa2de4ccdddf155a +Subproject commit d737886d574d4f1c0cf76323337b666ecd5bb4e0