forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+(*)Rescaled pressures used to build coordinates
Rescaled the pressures used to construct the rho, SLight, and Hycom coordinates. This change included passing in unit_scale_type arguments to several routines, and the addition of a call to get_param to potentially set the reference pressure for ALE configurations to something other than 2000 dbar at run time, as was already being done for other coordinates via tv%P_Ref. Because P_REF is read earlier by initialize_MOM, there are no changes to the MOM_parameter_doc files, but this could change answers in some cases with USE_REGRIDDING = True, P_Ref /= 2.0e7, and REGRIDDING_COORDINATE_MODE = RHO or SLIGHT. All answers are bitwise identical with the MOM6-examples test suite, but some public interfaces have new arguments.
- Loading branch information
1 parent
a01dae5
commit bb73bb8
Showing
5 changed files
with
73 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.