Skip to content

Commit

Permalink
Release 24 03 (#1479)
Browse files Browse the repository at this point in the history
* 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 <amlattanzi@ghidorah.dhcp.lbl.gov>
Co-authored-by: Ann Almgren <asalmgren@lbl.gov>
  • Loading branch information
3 people authored Mar 8, 2024
1 parent fad11b6 commit 5621a11
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion Source/Microphysics/Kessler/Kessler.H
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion Submodules/AMReX
Submodule AMReX updated 108 files

0 comments on commit 5621a11

Please sign in to comment.