Releases: GEOS-ESM/FVdycoreCubed_GridComp
Add dependency to fms_r4
This release adds a dependency to fms_r4
. We need this because of the weird way we build FV3 as r4 but link to the r8 version of FMS. In that case, we still need to point to the include files from r4 FMS.
But, CMake in that case has no idea that to build, say, Moist, that we need to build fms_r4
before building this.
NOTE
This change is NOT needed in GEOSgcm v12 (i.e., v3) because in that case FMS is in Baselibs/Spack and so CMake doesn't need to know.
v1.2: Updates for CTM
This is a patch update to v1.2 with fixes for the AdvCore needed by CTM
Full Changelog: v1.2.17...v1.2.18
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