Skip to content

Releases: GEOS-ESM/FVdycoreCubed_GridComp

Fixes for Spack Runs of FV3 Standalone

26 Aug 13:19
b31d8b5
Compare
Choose a tag to compare

This release of FVdycoreCubed_GridComp has minor fixes to fv3_setup and fv3.j for spack based runs of GEOSfvdycore


What's Changed

Full Changelog: v2.11.1...v2.12.0

Fix use of variable before set

29 Apr 16:03
cc9e8fd
Compare
Choose a tag to compare

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

21 Feb 16:12
a0d924a
Compare
Choose a tag to compare

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

Full Changelog: v2.10.0...v2.11.0

v1: Modify LONG_NAME of DOXDTDYN

26 Jan 15:50
245791d
Compare
Choose a tag to compare

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

22 Jan 20:36
4ebb71e
Compare
Choose a tag to compare

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

09 Nov 15:27
b7c4304
Compare
Choose a tag to compare

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

Full Changelog: v2.8.0...v2.9.0

Updates for SCU17 at NCCS

13 Oct 15:50
8a6a6c6
Compare
Choose a tag to compare

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

Full Changelog: v2.7.0...v2.8.0

Latest Updates from HWT Experiments (zero-diff)

28 Sep 14:24
32b7768
Compare
Choose a tag to compare

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

10 Aug 17:28
b840c52
Compare
Choose a tag to compare

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 from fv3_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

16 Jun 16:32
19bd9b1
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.4.4...v2.5.0