-
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
*New baselines for tx2_3v2 05/03/2024 #162
Conversation
HYCOM1_ONLY_IMPROVES=True CHANNEL_LIST_FILE=MOM_channels_global_tx2_3v2 TOPO_FILE = ocean_topo_tx2_3v2_240501.nc
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.
There seems to be at least two issues:
(1) I am getting the following error for g16, t061, and t025 grids. Granted we will soon remove g16 and t061, but I think we should extend KV for all tested grids for now:
FATAL from PE 0: read_param_real: Unable to find variable KV in any input files.
(2) The SMS_D.TL319_t232.GMOM_JRA_RYF.derecho_intel tests fails. This test is run with DEBUG=TRUE and there doesn't seem to be a descriptive error message.
@alperaltuntas, thanks for reviewing this. I have now defined KV for all grids. |
param_templates/MOM_input.yaml
Outdated
@@ -824,6 +833,7 @@ Global: | |||
HYBRID:vgrid.nc,sigma2,dz" | |||
datatype: string | |||
value: | |||
$MOM6_VERTICAL_GRID == "zstar_65L": '"FILE:zstar_75layer_2.5m_248.4m-2024-03-29.nc,dz"' |
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.
Should this be zstar_75L
? zstar_65L
is in the next block.
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.
Thanks for catching this, Mike. This has been fixed in the last commit.
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.
Looks good to me now!
@alperaltuntas; please re-evaluate this PR using NCAR/MOM6#279 |
Update MEKE settings,
RESOLN_SCALED_KHTR=True
andUSE_SIMPLER_EADY_GROWTH_RATE=True
(MEKE tuning NCAR/omwg_dev#30);Update topography and channel widths (Temperature bias in the Sulu and Celebes Seas NCAR/omwg_dev#41; Reduce tracer biases in the Black Sea NCAR/omwg_dev#36);
Set
KV=KD=0
andKD_MIN=2.0E-07
;Add an optional zstar 75 layer grid (
MOM6_VERTICAL_GRID == "zstar_75L"
).Set
HYCOM1_ONLY_IMPROVES=True
;Set
INTERPOLATION_SCHEME = REMAPPING_SCHEME = VELOCITY_REMAPPING_SCHEME = "PPM_CW"
;