+Rescale some sea-surface height variables to [Z]#39
Merged
Conversation
Rescaled the units of four internal sea surface height or related variables in MOM.F90 and three sea surface height arguments to post_surface_dyn_diags and post_surface_thermo_diags from [m] to [Z ~> m]. Also added a few comments describing variables in MOM_diagnostics.F90. All answers, diagnostics, and output are bitwise identical.
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #39 +/- ##
=========================================
Coverage 28.96% 28.97%
=========================================
Files 240 240
Lines 71175 71185 +10
=========================================
+ Hits 20619 20623 +4
- Misses 50556 50562 +6
Continue to review full report at Codecov.
|
marshallward
approved these changes
Dec 14, 2021
Member
|
Gaea regression: https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/14353 ✔️ |
This was referenced Jan 29, 2022
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.
Rescaled the units of four internal sea surface height or related variables in
MOM.F90 and three sea surface height arguments to post_surface_dyn_diags and
post_surface_thermo_diags from [m] to [Z ~> m]. Also added a few comments
describing variables in MOM_diagnostics.F90. All answers, diagnostics, and
output are bitwise identical.