-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev master candidate from NCAR 2019/10/02 #1013
Dev master candidate from NCAR 2019/10/02 #1013
Conversation
Adds time0 and timenow in MCT and NUOPC
Obsolete ADD_KV_SLOW and remove visc%Kv_slow from restart files
NOTE: we need to add a warning that MEKE_EQUILIBRIUM only works if MEKE_KHCOEFF > 0.
Check for consistency of lat, lon and mask between mesh and mom6 grid
…ck_nuopc Adds consistency check between mesh and mom6 grid
This will use an alternative formula for computing the equilibrium (initial) value of MEKE.
Changed the loop indices on boundary mask. Added three new runtime parameters for GME (GME_H0, GME_EFFICIENCY, GME_LIMITER)
Improve mesh consistency check
Create ncar fork of doxygen
…of_doxygen further doxygen changes
…/export field tables
Fix the NUOPC cap doxygen to use HTML style formatting
…of_doxygen further changes for doxygen ncar fork
Codecov Report
@@ Coverage Diff @@
## dev/master #1013 +/- ##
=============================================
Coverage ? 43.17%
=============================================
Files ? 213
Lines ? 62163
Branches ? 0
=============================================
Hits ? 26836
Misses ? 35327
Partials ? 0
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for these suggested changes. They are very helpful for cleaning up aspects of the code.
However, a number of the comments documenting the dimensional rescaling of variables in MOM_hor_visc.F90 have been removed or perhaps omitted by basing the changes on an older version of the code. Please consider restoring these comments (i.g., [T-1 ~> s -1] instead of [s-1] on line 244 of MOM_horvisc.F90, and similarly on numerous following lines.
@Hallberg-NOAA, sorry for missing the comments documenting the dimensional rescaling of variables. These have been restored now. Thank you for catching this. |
I approve this PR. |
|
Ignore my last comment, I see from ba2f186 that this was intentional. (This may require an update of the OpenMP directive, btw). |
Github is not reporting any conflicts here, but if I try to do a local merge then I get a conflict in @gustavo-marques I'm not really sure the best way to resolve this on our end, but if you wanted to do a dev/gfdl merge into your PR, resolve the conflict, and then update the PR, maybe that would work? |
If there is no conflict with dev/master then all is good for this PR. Merging dev/master back into dev/gfdl is our problem. This PR was OK'd already (before we lost the machine) so complete the merge on dev/master and respectively update MOM6-examples and the stats repo. We'll look at merging onto dev/gfdl after that. |
Right, sorry, wrong branch. Will deal with this as a |
Summary:
Changes in answers and MOM parameters
The following parameter will be added in MOM_parameter_doc.all when USE_MEKE = True:
The following will be removed:
I could not figure out why the answers change for the following configuration (perhaps compiler version? I've used intel/17.0.1):
modified: regressions/coupled_AM2_LM3_SIS/CM2G63L/ocean.stats.intel
All other configurations in MOM6-examples are bit for bit.