Releases: GEOS-ESM/FVdycoreCubed_GridComp
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
--siteflag as it is not needed - Clean up of resulting
fv3.jfromfv3_setupso 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
Remove FV3_CONFIG: MONOTONIC from FV3 Standalone
This PR updates fv3.j to remove FV3_CONFIG: MONOTONIC. This must be used in concert with fvdycore geos/v2.4.1 as that has bug fixes from @wmputman for the adiabatic dynamics.
Trivially zero-diff for the full GCM.
What's Changed
- Fixes for FV3 Standalone: Remove MONOTONIC by @mathomp4 in #233
- GitFlow: Merge develop into main by @mathomp4 in #235
Full Changelog: v2.4.3...v2.4.4
Add site command line option to fv3_setup
This release adds a --site option to fv3_setup. This is needed because it was found that images built in, say, GitHub Container Registry were being detected as an AWS build (which might be true as it might have built there). But we'd want to run at NCCS. So now you can do:
./fv3_setup --site NCCS
What's Changed
- Add site commandline option to fv3_setup by @mathomp4 in #230
- GitFlow: Merge Develop into main by @mathomp4 in #232
Full Changelog: v2.4.2...v2.4.3
Bug Fix for FV3 Standalone
This release of FVdycoreCubed_GridComp has fixes and changes for the FV3 Standalone scripts.
The main fix is for a stability issue seen with 2.4.1 (see GEOS-ESM/GEOSfvdycore#79). It also introduces a logging.yaml file (built as heredoc in fv3.j).
What's Changed
- Fix stability issue, add logging to fv3 standalone, add (untested) Azure support by @mathomp4 in #227
- GitFlow: Merge Develop into Main by @mathomp4 in #229
Full Changelog: v2.4.1...v2.4.2