-
Notifications
You must be signed in to change notification settings - Fork 23
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
Tidy neutral physics in input.nml #197
Comments
Looks OK to me. Thanks. |
@aekiss I agree with removing those nml options that are not used in the configuration. neutral physics has heaps of options and best to focus just on those that are used by the configuration. |
Good idea, thanks Andrew. I imagine there is many similar non-neccessary default options in lots of the other namelists where a similar thing could be done. |
Agreed, there is plenty more redundancy in the namelists. Checking them is a bit of a tedious slog though (e.g. some defaults are true rather than false, etc)... |
Closed - I've made these changes in the |
Following https://arccss.slack.com/archives/C9Q7Y1400/p1588727336089300
MOM's neutral physics settings in
&ocean_nphysics_util_nml
ininput.nml
are confusing because many ignored parameters are specified.The ACCESS-OM2 configurations are explained in section 3.2.5 of the technical report, and the relevant code is ocean_nphysics_util.F90.
Here are the changes I think should be made to clarify
&ocean_nphysics_util_nml
ininput.nml
:for the 0.1 deg configurations:
ocean_nphysics_util_nml
- ignored becauseuse_this_module = .false.
in&ocean_nphysics_nml
for the 1 deg and 0.25 deg configurations:
agm
- ignored becauseagm_closure = .true.
rossby_radius_min
androssby_radius_max
- ignored becauseagm_closure_length_rossby = .false.
agm_closure_eden_gamma
- ignored becauseagm_closure_eden_greatbatch = .false.
vel_micom
- ignored becausetracer_mix_micom = .false.
agm_damping_time
- ignored becauseagm_smooth_time = .false.
.false.
agm_closure_length_rossby
agm_closure_eden_greatbatch
tracer_mix_micom
agm_closure_length_fixed
drhodz_smooth_horz
drhodz_smooth_vert
agm_closure_length_bczone
agm_smooth_space
agm_smooth_time
Does this look OK @russfiedler, @rmholmes, @AndyHoggANU ?
The text was updated successfully, but these errors were encountered: