Auto PR - develop → MAPL-v3 - v11: Add better exit control for gcm_run.j#822
Merged
mathomp4 merged 16 commits intorelease/MAPL-v3from Mar 12, 2026
Merged
Auto PR - develop → MAPL-v3 - v11: Add better exit control for gcm_run.j#822mathomp4 merged 16 commits intorelease/MAPL-v3from
mathomp4 merged 16 commits intorelease/MAPL-v3from
Conversation
…mplates Replace all instances of the deprecated collection.conservative syntax with the more flexible collection.regrid_method syntax across all HISTORY template files. This change converts conservative: 0 to regrid_method: 'BILINEAR' and conservative: 1 to regrid_method: 'CONSERVE', providing better flexibility for regridding configuration.
v11: Add better exit control for gcm_run.j
v11: Fix for lnfm.data symlink
…ethod v11: Replace conservative with regrid_method in HISTORY
v11: Fix for run scripts and spack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Automatic PR:
develop→release/MAPL-v3Description
v11: Add better exit control for gcm_run.j
📁 Modified files
HISTORY.AGCM.rc.tmpl | 4 ++--
HISTORY.AOGCM-MOM5.rc.tmpl | 2 +-
HISTORY.AOGCM.rc.tmpl | 2 +-
HISTORY.AOGCM_MITgcm.rc.tmpl | 2 +-
HISTORY.BENCHMARK.rc.tmpl | 8 +++----
HISTORY.rc.tmpl | 8 +++----
HISTORY_FP.rc.03z.tmpl | 22 ++++++++---------
HISTORY_FP.rc.09z.tmpl | 22 ++++++++---------
HISTORY_FP.rc.15z.tmpl | 22 ++++++++---------
HISTORY_FP.rc.21z.tmpl | 22 ++++++++---------
HISTORY_GMICHEM.rc.tmpl | 56 ++++++++++++++++++++++----------------------
HISTORY_MERRA2-DD.rc.tmpl | 30 ++++++++++++------------
HISTORY_MERRA2.rc.tmpl | 14 +++++------
HISTORY_S2S.rc.tmpl | 2 +-
gcm_regress.j | 10 +++++++-
gcm_run.j | 41 ++++++++++++++++++++++----------
linkbcs.tmpl | 2 +-
scm_run.j | 10 ++++++--
18 files changed, 155 insertions(+), 124 deletions(-)