Releases: GEOS-ESM/FVdycoreCubed_GridComp
Fixes for Spack Runs of FV3 Standalone
This release of FVdycoreCubed_GridComp has minor fixes to fv3_setup
and fv3.j
for spack based runs of GEOSfvdycore
What's Changed
- Add GCM run to CI by @mathomp4 in #276
- GitFlow: Merge hotfix from main into develop by @mathomp4 in #282
- Updates for non-Baselibs runs by @mathomp4 in #284
- GitFlow: Merge develop into main for release (2024-08-26) by @mathomp4 in #286
Full Changelog: v2.11.1...v2.12.0
Fix use of variable before set
This patch release of v2.11 fixes a bug where in a variable was evaluated before set.
All testing shows this as zero-diff to v2.11.0
What's Changed
Full Changelog: v2.11.0...v2.11.1
Use CMake to detect MPI Stack
This release of FVdycoreCubed_GridComp updates fv3_setup
to use CMake detection of MPI stack rather than relying on $BASEDIR
. This requires ESMA_cmake v3.41.0
What's Changed
- Update CircleCI to use Orb v2 by @mathomp4 in #267
- Use CMake to determine MPI Stack by @mathomp4 in #270
- GitFlow: Merge Develop into Main by @mathomp4 in #272
Full Changelog: v2.10.0...v2.11.0
v1: Modify LONG_NAME of DOXDTDYN
This is an update to the v1 release of FVdycoreCubed_GridComp. The release modifies the LONG_NAME
of DOXDTDYN
What's Changed
Full Changelog: v1.13.0...v1.13.1
Updates for NWP and HWT Runs
This release of FVdycoreCubed_GridComp is non-zero-diff to v2.9.0. The changes are:
- Better isolation of FV3 settings from GEOSgcm v10 to GEOSgcm v11-HWT
- Disable fast saturation adjustment in HWT settings by default
- Patches to get BACM back to v10 skill, plus stealth AIST-NR updates
What's Changed
Full Changelog: v2.9.0...v2.10.0
Add compute_coords_locally namelist entry to fv3.j
This release of FVdycoreCubed_GridComp adds a namelist entry:
compute_coords_locally = .false.
to fv3.j
. This is used by GFDL_atmos_cubed_sphere geos/v2.7.0 and this release REQUIRES that version of GFDL_atmos_cubed_sphere because of this new namelist entry.
This is default .false.
and as such is zero-diff. If set to .true.
a different, more accurate coordinate calculation is used and it is non-zero-diff (though mainly at round-off levels of difference).
What's Changed
- Feature/tclune/#81 compute coords locally by @tclune in #258
- GitFlow: Merge develop into main for release by @mathomp4 in #261
Full Changelog: v2.8.0...v2.9.0
Updates for SCU17 at NCCS
This release of FVdycoreCubed_GridComp has updates for fv3_setup
for running on the Milan nodes at NCCS. As it is, to run on SLES15 you must build on SLES15 due to OS differences.
What's Changed
- Updates for SCU17 by @mathomp4 in #256
- Gitflow: Merge Develop into main for release by @mathomp4 in #257
Full Changelog: v2.7.0...v2.8.0
Latest Updates from HWT Experiments (zero-diff)
This release has zero-diff changes from recent HWT work.
It is zero-diff to v2.6.0
What's Changed
- Updates from feature/wmputman/hwt_spring_exp by @sdrabenh in #253
- GitFlow: Merge develop into main for release by @mathomp4 in #255
Full Changelog: v2.6.0...v2.7.0
Cleanup for Singularity Use
This PR has more work from @AnikMumssen21 cleaning up the FV3 Standalone. This includes:
- Autodetection of run site (since most images might be built on AWS, but run on NCCS) → This removes the
--site
flag as it is not needed - Clean up of resulting
fv3.j
fromfv3_setup
so that if you are not running Singularity, you don't see anything about Singularity in the script
Also updates to CircleCI so that it can get Baselibs updates easier.
All testing shows this to be zero-diff to v2.5.0
What's Changed
- Update CircleCI to use Orb Default Baselibs and BCs by @mathomp4 in #248
- Updated to clean up scripts for NOT singularity by @mathomp4 in #247
- GitFlow: Merge Develop into main for release. by @mathomp4 in #251
Full Changelog: v2.5.0...v2.6.0
Updates to gtfv3, interp_restarts, and singularity
This release of FVdycoreCubed_GridComp has many updates:
- Update for GPU work with geos-gtfv3
- Updates to interp_restarts.x to reduce memory use
- Updates to FV3 standalone scripts to ease use with Singularity
All tests show it is zero-diff for the GEOSgcm
What's Changed
- Manually merge in changes from florian by @pchakraborty in #223
- Merge 2.4.3 into dsl/develop by @pchakraborty in #236
- Separate init/finalize for geos-gtfv3 interface by @pchakraborty in #237
- Move from FLAP to fArgParse by @mathomp4 in #208
- Singularity checks by @AnikMumssen21 in #242
- Cleanup global memory in interp_restarts.x by @bena-nasa in #243
- GitFlow: Merge Develop into Main for release by @mathomp4 in #246
New Contributors
- @AnikMumssen21 made their first contribution in #242
Full Changelog: v2.4.4...v2.5.0