-
Notifications
You must be signed in to change notification settings - Fork 17
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
* Enable geothermal heating, stochastic pertubations, 3D KHTR, and MOM6_VERTICAL_GRID #158
* Enable geothermal heating, stochastic pertubations, 3D KHTR, and MOM6_VERTICAL_GRID #158
Conversation
Set the following when $OCN_GRID == "tx2_3v2": True STOCH_EOS=True STANLEY_COEFF=0.5 USE_STANLEY_PGF=True USE_STANLEY_ML=True USE_STANLEY_ISO=True USE_STANLEY_GM=True NDIFF_TAPERING = True KHTR_USE_EBT_STRUCT = True ! depth-dependent KHTR By default, KHTR (mesoscale tracer diffusion) = KHTH (GM coefficient).
A new version of the file was created as a result of this update.
What would you think about adding a It might turn out to be a temporary addition to I'm happy to push changes to your branch to test it out. |
Do we need to set |
Yes, we do need to set |
I think this is a great idea. Thank you for suggesting a solution and offering to implement it.
Please let me know how I can help with implementing or testing this feature. |
default is zstar_65L for 2/3 degree grids (zstar_60L for gx1v6 and hycom1 for quarter degree); MOM_input gets set up correctly for zstar and hycom, so user_nl_mom changes aren't necessary.
@gustavo-marques 663d769 contains the code changes I showed you -- out of the box, $ ./xmlchange MOM6_VERTICAL_GRID=hycom1 to switch to hycom. We also talked about you adding |
There will likely be more commits to ESCOMP#158, but this has the default values for 015 (zstar) and 005 (hycom1) as well as the new MOM6_VERTICAL_GRID env_run.xml variable to make it easy to switch. I don't want this merged onto MARBL_support directly because I'll wait until it comes in via MOM_interface
Looks good to me. Has the aux_mom test suite been run, or should I run it? |
|
Update the workhorse configuration (tx2_3v2) to include geothermal heating, stochastic pertubations, and 3D KHTR. By default, KHTR (mesoscale tracer diffusion) = KHTH (GM coefficient).
These are the changes needed to replicate the latest baselines:
This pull request modifies the answers, and I have confirmed that we can compare it bit-for-bit with 2024.015 without any additional namelist changes.