-
Notifications
You must be signed in to change notification settings - Fork 40
Change three init mode namelist options #55
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
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.
Tested with gnu 5.3 on grizzly with this PR and MPAS-Dev/MPAS-Model#825. Works, was able to compare bfb with ocean/develop
and the current legacy branch.
@cbegeman, would you like to review this now or wait until MPAS-Dev/MPAS-Model#825 gets merged to |
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.
This looks good to me. I've successfully run all of these cases with the new namelist options except drying_slope, idealized_transect
.
Any test cases that use the Haney-number constrained coordinate need to use the new namelist option: config_init_vertical_grid_type = 'haney-number'
These namelist options can also be used for top cells.
The latest ocean/develop is needed in order for these COMPASS changes to work properly.
faa45c7
to
fffbad4
Compare
I updated the submodule following the merge of MPAS-Dev/MPAS-Model#825 and will merge this PR as soon as tests complete. |
Thanks, @xylar! |
In conjunction with MPAS-Dev/MPAS-Model#825, The following namelist changes are needed:
config_alter_ICs_for_pbcs
-->config_alter_ICs_for_pbs
(to support both top and bottom cells)config_pbc_alteration_type
-->config_pc_alteration_type
config_use_rx1_constraint = .true.
-->config_init_vertical_grid_type = 'haney-number'
(to support a newz-level
vertical grid)