Skip to content

Commit

Permalink
ERF Release 24.01 (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Jan 2, 2024
1 parent 059c962 commit 850aa40
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
31 changes: 21 additions & 10 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 24.01
-- AMReX submodule set to 24.01 release hash (a068330)

-- Addition of more moisture vars (#1350)

-- Make PBL model terrain aware (#1348)

-- Moisture is no longer a compile time option (#1334)

-- Radiation cleanup (#1318)

-- Enable multiple moisture models (#1303)

# 23.12
-- AMReX submodule set to 23.12 release hash (9b733ec)

Expand All @@ -12,20 +25,18 @@
-- Metgrid initialization with SST and LandMask (#1280)

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

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

-- Bug fix with vertical grid stretching and MOST (#1275)
-- Bug fix with vertical grid stretching and MOST (#1275)

-- Bug fix with negative K_turb below surface and MYNN2.5 PBL model (#1271)
-- Bug fix with negative K_turb below surface and MYNN2.5 PBL model (#1271)

-- Correction to equation of state with moisture (#1263)
-- Correction to equation of state with moisture (#1263)

-- Generalized multi-level sponge zones. This allows for nudging of fine solution
towards coarse solution with complex box arrays. (#1233)
-- Generalized multi-level sponge zones. This allows for nudging of fine solution
towards coarse solution with complex box arrays. (#1233)

# 23.10
-- First release since JOSS paper. Too many key ERF PRs to summarize.

-- First release since JOSS paper. Too many key ERF PRs to summarize.

-- AMReX submodule set to 23.10 release hash (388738d)
-- AMReX submodule set to 23.10 release hash (388738d)
2 changes: 1 addition & 1 deletion Submodules/AMReX
Submodule AMReX updated 93 files
+2 −2 .github/workflows/bittree.yml
+3 −3 .github/workflows/clang.yml
+4 −1 .github/workflows/cleanup-cache-postpr.yml
+8 −5 .github/workflows/cleanup-cache.yml
+1 −0 .github/workflows/codeql.yml
+2 −1 .github/workflows/dependencies/dependencies_hip.sh
+13 −13 .github/workflows/gcc.yml
+2 −2 .github/workflows/hypre.yml
+8 −4 .github/workflows/intel.yml
+1 −1 .github/workflows/petsc.yml
+1 −1 .github/workflows/smoke.yml
+1 −1 .github/workflows/sundials.yml
+91 −0 CHANGES
+41 −0 Docs/sphinx_documentation/source/AMReX_Profiling_Tools.rst
+19 −17 Docs/sphinx_documentation/source/GPU.rst
+6 −3 Docs/sphinx_documentation/source/LinearSolvers.rst
+5 −4 Docs/sphinx_documentation/source/Particle.rst
+1 −1 Docs/sphinx_documentation/source/conf.py
+0 −1 Src/Amr/AMReX_Amr.H
+0 −1 Src/Amr/AMReX_AmrLevel.H
+0 −2 Src/Amr/AMReX_Derive.H
+0 −1 Src/Amr/AMReX_LevelBld.H
+0 −1 Src/Amr/AMReX_StateData.H
+0 −2 Src/Amr/AMReX_StateDescriptor.H
+0 −1 Src/AmrCore/AMReX_AmrCore.H
+1 −1 Src/AmrCore/AMReX_AmrMesh.cpp
+0 −2 Src/AmrCore/AMReX_Cluster.H
+0 −2 Src/AmrCore/AMReX_ErrorList.H
+0 −1 Src/AmrCore/AMReX_FillPatcher.H
+0 −1 Src/AmrCore/AMReX_FluxRegister.H
+0 −1 Src/AmrCore/AMReX_InterpFaceRegister.H
+0 −11 Src/AmrCore/AMReX_Interpolater.H
+0 −2 Src/AmrCore/AMReX_TagBox.H
+5 −1 Src/Base/AMReX_Arena.H
+0 −1 Src/Base/AMReX_BArena.H
+2 −3 Src/Base/AMReX_BCRec.H
+24 −2 Src/Base/AMReX_BaseFab.H
+3 −5 Src/Base/AMReX_BoxDomain.H
+0 −1 Src/Base/AMReX_BoxList.H
+0 −1 Src/Base/AMReX_CArena.H
+0 −1 Src/Base/AMReX_CoordSys.H
+0 −1 Src/Base/AMReX_DistributionMapping.H
+0 −1 Src/Base/AMReX_FACopyDescriptor.H
+0 −1 Src/Base/AMReX_FPC.H
+5 −0 Src/Base/AMReX_FabArrayBase.H
+20 −0 Src/Base/AMReX_FabArrayBase.cpp
+187 −0 Src/Base/AMReX_FabArrayUtility.H
+8 −8 Src/Base/AMReX_Geometry.H
+1 −0 Src/Base/AMReX_GpuTypes.H
+0 −1 Src/Base/AMReX_IArrayBox.H
+0 −1 Src/Base/AMReX_IndexType.H
+0 −1 Src/Base/AMReX_IntVect.H
+24 −0 Src/Base/AMReX_Loop.H
+15 −15 Src/Base/AMReX_MultiFabUtil.H
+0 −1 Src/Base/AMReX_NFiles.H
+1 −1 Src/Base/AMReX_NonLocalBC.H
+0 −1 Src/Base/AMReX_Orientation.H
+5 −1 Src/Base/AMReX_PArena.H
+0 −1 Src/Base/AMReX_ParmParse.H
+0 −1 Src/Base/AMReX_ParmParse.cpp
+7 −1 Src/Base/AMReX_Random.cpp
+0 −1 Src/Base/AMReX_RealVect.H
+1 −2 Src/Base/AMReX_RungeKutta.H
+12 −0 Src/Base/AMReX_TypeTraits.H
+0 −1 Src/Base/AMReX_Vector.H
+0 −1 Src/Base/AMReX_VisMF.H
+0 −1 Src/Boundary/AMReX_BoundCond.H
+0 −1 Src/Boundary/AMReX_FabSet.H
+0 −1 Src/Boundary/AMReX_Mask.H
+0 −1 Src/Boundary/AMReX_YAFluxRegister.H
+0 −1 Src/EB/AMReX_EBFluxRegister.H
+0 −1 Src/Extern/Bittree/AMReX_Bittree.H
+0 −3 Src/Extern/SUNDIALS/AMReX_NVector_MultiFab.cpp
+0 −1 Src/Extern/SUNDIALS/AMReX_SUNMemory.H
+0 −3 Src/Extern/SUNDIALS/AMReX_Sundials_Core.H
+72 −40 Src/LinearSolvers/MLMG/AMReX_MLCGSolver.H
+60 −23 Src/LinearSolvers/MLMG/AMReX_MLLinOp.H
+104 −101 Src/LinearSolvers/MLMG/AMReX_MLMG.H
+0 −9 Src/Particle/AMReX_Particle.H
+58 −19 Src/Particle/AMReX_ParticleContainerI.H
+25 −27 Src/Particle/AMReX_ParticleIO.H
+24 −4 Src/Particle/AMReX_ParticleInit.H
+82 −25 Src/Particle/AMReX_ParticleTile.H
+5 −3 Src/Particle/AMReX_ParticleTransformation.H
+21 −1 Src/Particle/AMReX_ParticleUtil.H
+21 −2 Src/Particle/AMReX_StructOfArrays.H
+9 −7 Src/Particle/AMReX_WriteBinaryParticleData.H
+12 −0 Tests/Particles/RedistributeSOA/main.cpp
+1 −1 Tools/CMake/AMReXFlagsTargets.cmake
+10 −0 Tools/CMake/AMReXOptions.cmake
+6 −0 Tools/CMake/AMReXSYCL.cmake
+2 −0 Tools/GNUMake/Make.machines
+16 −3 Tools/Postprocessing/C_Src/particle_compare.cpp

0 comments on commit 850aa40

Please sign in to comment.