User/jml/capitalize allocated#832
Merged
Hallberg-NOAA merged 3 commits intoAug 15, 2018
Merged
Conversation
Pull latest MOM6 changes into dev/gfdl fork
…umn_physics routine
marshallward
pushed a commit
to marshallward/MOM6
that referenced
this pull request
Feb 20, 2025
* Add MLD_out to diagnose MLD call Add an optional argument to pass the MLD out of the diagnose MLD routine. * Change MLD_out to be only computaional domain Includes three changes: - Make MLD_out optional - initalize MLD_out to 0. everywhere - copy MLD to MLD_out only in the computational domain. * Remove unnedded MLD=0 initalization Remove an extra initalization of MLD in diagnoseMLDbyEnergy --------- Co-authored-by: Theresa Morrison <Theresa.Morrison@gaea68.ncrc.gov> Co-authored-by: Theresa Morrison <Theresa.Morrison@gaea63.ncrc.gov>
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.
Capitalized the '_allocated' statement in MOM6_generic_tracer' to fix bug with intel16.
Tested with the experiment 'OM4_initCond' in the 'OM4.xml' on 512 pes with:
-gnu7: debug, prod, repro
-intel16: debug, prod, prod-openmp, repro
Note: restart runs with compiled with gun7 and intel16 using the latest FMS dev/master updates crash due to unrelated bug in new fms_io 'read_data_<#>d' routines. Non-restart runs complete.
Note: input_nml, log files, and the MOM6 makefile do not indicate that the _F2000 macro is defined for this case. Perhaps Niki Zadeh can confirm this.