add PHYS_CYCLE support & generalize RUN_TYPE=hybrid support - #343
Merged
Merged
Conversation
remove MOM6_PASSIVE_TRACER_RESTART_OVERRIDE and rpointer file manipulation
correct DATM_MODE ALIGN variable add more logging output
add MOM6_PHYS_CYCLE_MARBL_IC_FILE, MOM6_PHYS_CYCLE_USE_MARBL_IC_FILE
to env_run.xml to initialize MARBL on firts PHYS_CYCLE cycle
set MOM6_PHYS_CYCLE_USE_MARBL_IC_FILE to FALSE in phys_cycle_postrun
…DE_POINTER this parameter enables reading tracer ICs from multiple files introduce MARBL_ENFORCE_TRACER_ZINT set these parameters in phys_cycle_postrun update MARBL IC specification in PHYS_CYCLE mode and RUN_TYPE == "hybrid" remove unneeded Z2023 diagnostic coord
set AGE_IC_FILE_OVERRIDE_POINTER to MOM6_TRACER_IC_FILE_OVERRIDE_POINTER, when it is set, or to rpointer file if RUN_TYPE=hybrid
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.
PHYS_CYCLE is used to run tracers over a repeating segment of ocean physical circulation
This PR adds support for MARBL and ideal age in PHYS_CYCLE compsets using CPLHIST forcing.
It also sets
MARBL_TRACERS_IC_FILE_OVERRIDE_POINTERandAGE_IC_FILE_OVERRIDE_POINTERinRUN_TYPE=hybridexperiments, enabling MARBL and ideal age tracers to be initialized from restart fields spanning multiple restart files.