Skip to content

Commit

Permalink
MOM6: Merge pull request #1407 from raphaeldussin/betaplane_fix
Browse files Browse the repository at this point in the history
- NOAA-GFDL/MOM6@3dcd5cab0 Merge pull request #1407 from raphaeldussin/betaplane_fix
- NOAA-GFDL/MOM6@8cdd302af Merge branch 'dev/gfdl' into betaplane_fix
- NOAA-GFDL/MOM6@c432872be Merge pull request #1409 from MJHarrison-GFDL/ice_shelf_restart_fix
- NOAA-GFDL/MOM6@14de84c59 Merge branch 'dev/gfdl' into ice_shelf_restart_fix
- NOAA-GFDL/MOM6@d1b8641fa Merge pull request #1408 from angus-g/remove-duplicate-solvers
- NOAA-GFDL/MOM6@028fead0e Merge branch 'dev/gfdl' into remove-duplicate-solvers
- NOAA-GFDL/MOM6@5a1ddb011 Merge pull request #1396 from marshallward/fms_version_check
- NOAA-GFDL/MOM6@dc6aa4070 Merge branch 'dev/gfdl' into fms_version_check
- NOAA-GFDL/MOM6@dd9c90ef7 Merge pull request #1406 from ESMG/dev/esmg
- NOAA-GFDL/MOM6@6dd824f3a Merge branch 'dev/gfdl' into dev/esmg
- NOAA-GFDL/MOM6@1d8e90980 Autoconf: FMS 2019.01.02 test; framework flag
- NOAA-GFDL/MOM6@2fc25fbf3 cm not supported by AXIS_UNITS, removed case
- NOAA-GFDL/MOM6@ee8420ae0 rename into more explicit, make units correspond
- NOAA-GFDL/MOM6@01f8f9b67 Merge remote-tracking branch 'origin' into ice_shelf_restart_fix
- NOAA-GFDL/MOM6@10eb7cecc reorder code to address restart issue for ice shelf/
- NOAA-GFDL/MOM6@56e983bff Remove duplicated solvers between regrid modules
- NOAA-GFDL/MOM6@e8415bd97 add reference lat + fix scale
- NOAA-GFDL/MOM6@5106dd2a8 Trying to fix Kelvin wave boundary condition.
  • Loading branch information
marshallward committed Jun 3, 2021
1 parent 98d131a commit ea0b2bd
Show file tree
Hide file tree
Showing 42 changed files with 83 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/DOME/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ F_0 = 1.0E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/Phillips_2layer/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ F_0 = 6.49E-05 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 2.0E-11 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/SCM_idealized_hurricane/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ F_0 = 6.8103E-05 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [degrees] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/adjustment2d/layer/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/adjustment2d/rho/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/adjustment2d/z/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/circle_obcs/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/external_gwave/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/flow_downslope/layer/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/flow_downslope/rho/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/flow_downslope/sigma/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/flow_downslope/z/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/lock_exchange/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ F_0 = 0.0 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
Expand Down
Loading

0 comments on commit ea0b2bd

Please sign in to comment.