Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERF 23.12 Release #1329

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
#23.11
# 23.12
-- AMReX submodule set to 23.12 release hash (9b733ec)

-- Inclusion of Kessler microphysics option (#1324)

-- Fix for particles with redistribute call (#1314)

-- Inclusion of radiation (#1311)

-- Inclusion of refluxing for two-way coupling (#1289)

-- Metgrid initialization with SST and LandMask (#1280)

# 23.11

-- AMReX submodule set to 23.11 release hash (ae7b64b)

Expand Down
2 changes: 1 addition & 1 deletion Submodules/AMReX
Submodule AMReX updated 209 files
2 changes: 1 addition & 1 deletion Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

set(FCOMPARE_EXE ${CMAKE_BINARY_DIR}/Submodules/AMReX/Tools/Plotfile/fcompare CACHE INTERNAL "Path to fcompare executable for regression tests")
set(FCOMPARE_EXE ${CMAKE_BINARY_DIR}/Submodules/AMReX/Tools/Plotfile/amrex_fcompare CACHE INTERNAL "Path to fcompare executable for regression tests")
include(${CMAKE_CURRENT_SOURCE_DIR}/CTestList.cmake)
Loading