Skip to content
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

+Fix some rescaling issues smoked out by the regional Bering domain #117

Merged

Conversation

Hallberg-NOAA
Copy link
Member

This PR is a duplicate of #104, but is
being done on a branch so that it can be updated to reflect changes to dev/gfdl
without requiring a forced push to ESMG:dev/esmg. This PR corrects a number of
dimensional rescaling and related issues that were identified with Kate's
regional Bering sea domain.

The following are commits that were already in NOAA-GFDL/MOM6:dev/gfdl, but
because they were squashed or rebased, they are present with a different hash.
They are being imported again to allow the various versions of MOM6 to be fully
synchronized.

These are commits that were on dev/esmg and dev/gfdl with different hashes:

These commits have to do with the stochastics. Because there are many little
commits, a number of which undo each other, they should have been squashed or
otherwise restructured before they were committed to dev/emc or dev/esmg, but
now that they are on one of the primary development branches, these commits
need to be on all of them.

Philip Pegion and others added 30 commits January 28, 2022 10:58
remove conflict with dev/emc
further resolve conflict
put id_sppt_wts, etc back.
* remove white space and fix comment

* Update MOM_oda_incupd.F90

remove unused index bounds, and fix sum_h2 loop.

Co-authored-by: pjpegion <Philip.Pegion@noaa.gov>
Co-authored-by: Marshall Ward <marshall.ward@noaa.gov>
- Pointing to OBC wiki file from the lateral parameterizations doc.

- Using the MOM6 verbosity to control the time_interp verbosity.

- Making the check for negative water depths more informative.
@Hallberg-NOAA Hallberg-NOAA added bug Something isn't working duplicate This issue or pull request already exists labels Apr 22, 2022
@Hallberg-NOAA Hallberg-NOAA linked an issue Apr 22, 2022 that may be closed by this pull request
@Hallberg-NOAA
Copy link
Member Author

Because this is essentially a duplicate of #104, the conversation related to that pull request applies here. I had approved that PR, but we needed to create this PR to be able to resolve the conflicts with the dev/gfdl base branch without having to forcibly update ESMG:dev/esmg.

@codecov
Copy link

codecov bot commented Apr 22, 2022

Codecov Report

Merging #117 (fc5577d) into dev/gfdl (e73c231) will increase coverage by 0.00%.
The diff coverage is 9.23%.

❗ Current head fc5577d differs from pull request most recent head ed850e2. Consider uploading reports for the commit ed850e2 to get more accurate results

@@            Coverage Diff            @@
##           dev/gfdl     #117   +/-   ##
=========================================
  Coverage     28.77%   28.77%           
=========================================
  Files           248      248           
  Lines         72955    72964    +9     
=========================================
+ Hits          20992    20995    +3     
- Misses        51963    51969    +6     
Impacted Files Coverage Δ
src/ALE/MOM_ALE.F90 34.23% <0.00%> (-0.54%) ⬇️
src/core/MOM_barotropic.F90 37.70% <0.00%> (ø)
src/framework/MOM_horizontal_regridding.F90 35.11% <0.00%> (ø)
src/initialization/MOM_state_initialization.F90 20.03% <ø> (ø)
src/ocean_data_assim/MOM_oda_driver.F90 0.00% <0.00%> (ø)
src/parameterizations/vertical/MOM_ALE_sponge.F90 15.88% <ø> (ø)
...c/parameterizations/vertical/MOM_energetic_PBL.F90 46.19% <0.00%> (ø)
...rc/parameterizations/vertical/MOM_tidal_mixing.F90 2.09% <0.00%> (ø)
...c/parameterizations/vertical/MOM_vert_friction.F90 42.54% <ø> (ø)
src/user/DOME_initialization.F90 0.00% <ø> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e73c231...ed850e2. Read the comment docs.

Copy link
Member

@marshallward marshallward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved on behalf of @Hallberg-NOAA (see #104)

@Hallberg-NOAA
Copy link
Member Author

This PR passed pipeline testing at https://gitlab.gfdl.noaa.gov/ogrp/MOM6/-/pipelines/15305.

@Hallberg-NOAA Hallberg-NOAA merged commit 82b879e into NOAA-GFDL:dev/gfdl Apr 22, 2022
@Hallberg-NOAA Hallberg-NOAA deleted the Bering_domain_rescaling_fix branch July 16, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Z_R, L_R, T_RESCALE_POWER answers don't match for my Bering domain
5 participants