-
Notifications
You must be signed in to change notification settings - Fork 16
CI repro check after #556 #569
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
Conversation
Update MEKE module MOM_thickness_diffuse no GM parameterisation
Update horizontal mixing coefficients
Update background viscosity to 0
VELOCITY_TOLERANCE set to default
Disable Leith and enable biharmonic Smagorinsky eddy viscosity
Change to Bodner et al. 2023 formulation of the restratifying mixed-layer restratification parameterisation. module MOM_diabatic_driver Implicit energetics PBL scheme to determine diffusivity and viscosity in the PBL module MOM_CVMix_KPP Disabled module MOM_CVMix_conv Disabled module MOM_CVMix_shear Disabled module MOM_CVMix_ddiff Disabled module MOM_kappa_shear Jackson's shear-driven turbulence module MOM_energetic_PBL Enable ePBL and disable KPP
Add SIMPLE_TKE_TO_KD, but can not be used reliably with USE_REGRIDDING? Reduce BBL_EFFIC from default 0.2 to 0.01
Add background KD, KD_MIN, Henyey_igw_background latitude scaling for near surface background diffusivity Add double diffusion
Remove KHTR_MIN & Remove MAX_TR_DIFFUSION_CFL
Disable nuetral diffusion
Disable horizontal diffusion of tracers near boundaries
Reduce SEA_ICE_RIGID_MASS from 1000 to 100 Enable max limit of surface pressure Remove constant unresolved background gust for ustar
Disable surface pressure in EOS
Enable a dynamic pressure due to viscous ice shelves
|
!test repro |
|
❌ The Bitwise Reproducibility Check Failed ❌ When comparing:
Further informationThe experiment can be found on Gadi at The checksums generated by this The checksums compared against are found here https://github.com/ACCESS-NRI/access-om3-configs/tree/3724a14919e6bf2139fece7382e9acb8a1cd2ff2/testing/checksum |
|
!test repro |
|
❌ The Bitwise Reproducibility Check Failed ❌ When comparing:
Further informationThe experiment can be found on Gadi at The checksums generated by this The checksums compared against are found here https://github.com/ACCESS-NRI/access-om3-configs/tree/3724a14919e6bf2139fece7382e9acb8a1cd2ff2/testing/checksum |
|
|
98abf3f to
7dc5a88
Compare
|
!test repro |
|
❌ The Bitwise Reproducibility Check Failed ❌ When comparing:
Further informationThe experiment can be found on Gadi at The checksums generated by this The checksums compared against are found here https://github.com/ACCESS-NRI/access-om3-configs/tree/3724a14919e6bf2139fece7382e9acb8a1cd2ff2/testing/checksum |
7dc5a88b320764d5e0e9e88d231c5e418c90dbaf]$ git diff --no-index restart-1d-1-checksum.json restart-2d-0-checksum.json
diff --git a/restart-1d-1-checksum.json b/restart-2d-0-checksum.json
index fa2809e..c119eda 100644
--- a/restart-1d-1-checksum.json
+++ b/restart-2d-0-checksum.json
@@ -83,7 +83,7 @@
"9ACD58C5D22AE195"
],
"v": [
- "BF83DB1845E3AE14"
+ "3F83DB1845E3AE14"
],
"v2": [
"CA8D417951F37114"Okay, by reducing the cpl timestep from 3600s to 1800s which is now same as mom dynamic timestep, problem solved. Now we have a new bug(?) for the restart repro? |
1. Summary:
The provided MOM6 parameters apply only to the 0.25deg configuration. This PR is intended ONLY to trigger the CI workflow for repro tests
DO NOT MERGE
2. Issues Related:
3. Depedencies (e.g. on payu, model or om3-scripts)
This change requires changes to (note required version where true):
4. Ad-hoc Testing
What ad-hoc testing was done? How are you convinced this change is correct (plots are good)?
5. CI Testing
!test reprohas been run6. Reproducibility
Is this reproducible with the previous commit? (If not, why not?)
!test repro commithas been run.7. Documentation
The docs folder has been updated with output from running the model?
A PR has been created for updating the documentation?
8. Formatting
Changes to MOM_input have been copied from model output in docs/MOM_parameter_docs.short?
9. Merge Strategy