Merging main candidate from Dec 20, 2021#206
Merged
Merged
Conversation
…10-04 Dev gfdl main candidate 2021 10 04
The stochastic physics feature has been added in MOM6. The following are from Phil Pegion: The ocean stochastic physics has been re-coded such that there is a wrapper in config_src/external/OCEAN_stochastic_phyiscs that contains the calls to the external stochastic_physics repository. This has been added to support non-UFS applications of MOM6 where the stochastic_physics repository is not part of the build. The init and run procedures are called from src/core/MOM.F90. I have also created a new control structure stochastic_CS, which contains the logical variables, and random patterns which are then passed into src/parameterizations/vertical/MOM_diabadic_driver.F90 and src/parameterizations/vertical/MOM_energetic-PBL.F90. The writing of the ocean stochastic restarts sit in config_src/nuopc_cap/mom_cap.F90 Co-authored-by: pjpegion <Philip.Pegion@noaa.gov>
Codecov Report
@@ Coverage Diff @@
## dev/ncar #206 +/- ##
=============================================
- Coverage 43.55% 29.07% -14.49%
=============================================
Files 224 239 +15
Lines 70526 71738 +1212
=============================================
- Hits 30720 20855 -9865
- Misses 39806 50883 +11077
Continue to review full report at Codecov.
|
alperaltuntas
approved these changes
Feb 7, 2022
Member
alperaltuntas
left a comment
There was a problem hiding this comment.
Both the aux_mom suite and DIMCS tests pass (with fixes from Keith)
alperaltuntas
pushed a commit
that referenced
this pull request
Dec 14, 2022
FMS2: open_ASCII_file and open_namelist_file
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.
Changes are related to the stochastic physics described in mom-ocean#1538.