-
Notifications
You must be signed in to change notification settings - Fork 7
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
MOM6 parameter changes for 0.4.0 #274
Comments
Note, we have also been defaulting to:
and setting
However, these have now been deprecated (see NOAA-GFDL/MOM6#382). The replacement parameters take default values equal to what we were using, so we can just use the defaults:
|
@minghangli-uni also suggested:
This is currently set in our 0.25deg config, but not the 1deg configs |
…ion (#169) * License file * Update incorrect note in MOM_override See COSIMA/access-om3#251 Co-authored-by: minghangli-uni <[email protected]> * Add non-default from MOM_parameter_doc.layout in the middle reorder MOM_input to follow MOM_parameter_doc.short Put non-default values from MOM_parameter_doc.debugging at the top Co-authored-by: Dougie Squire <[email protected]> * Add WIND_STAGGER to MOM_INPUT for clarity This only affects the logging, the actual value is hardcoded through a #ifdef CESMCOUPLED * Change atm and ice mesh from 1deg -> 025deg Change ice_ntasks to be 96 Remove unused components payu-org/payu#496 Removed some checks in Payu which required unused components to be present in the nuopc.runconfig file. Co-authored-by: Dougie Squire <[email protected]> * Update to ACCESS-NRI/ACCESS-OM3 deployment 25.01.0 * Update field dictionary with latest from CMEPS * add_gusts parameter needed for 0.4.0 build * Update nuopc.runconfig to turn-off dates in restart_pointers * Turn on netcdf4 per COSIMA/access-om3#81 The new build uses openmpi4.1.7, which fixes some bugs preventing parallel reads over symlinks. This allows use of parallelio netcdf4 option, even though at this resolution for most components we will still only use one PE for IO. * Use .d and .m in CICE history output filenames Per COSIMA/access-om3#201 * Turn off extra cice restarts and remove non functioning write_restart_at_endofrun per COSIMA/access-om3#175 * Set Earth radius the same as the UM * Update MOM6 parameters and docs See COSIMA/access-om3#274 --------- Co-authored-by: anton-seaice <[email protected]> Co-authored-by: Dougie Squire <[email protected]> Co-authored-by: Anton Steketee <[email protected]> Co-authored-by: dougiesquire <[email protected]>
Closing as these changes have now been implemented in all |
Looks like |
Yeah, sorry that comment was written before we disabled tides. Thanks for clarifying. |
With the updated version of MOM6 in the recently released ACCESS-OM3 0.4.0, there are a number of new bug fixes and recommended settings. These default to values that preserve answers and so are not used unless explicitly turned on in
MOM_input
. However, the CICE and CDEPS/CMEPS updates in ACCESS-OM3 0.4.0 broke reproducibility with 0.3.1 so there's no real value in using MOM6 settings that preserve MOM6 answers. Instead, we should move to these recommended settings:I'll start with a PR to the
dev-1deg_jra55do_ryf
branch, then will cherry-pick into the open PRs fordev-1deg_jra55do_iaf
,dev-1deg_jra55do_ryf_wombatlite
anddev-025deg_jra55do_ryf
The text was updated successfully, but these errors were encountered: