Skip to content

Commit 8a2a1ad

Browse files
committed
MOM6: Tidal angular frequency has units [rad s-1] (#764)
- NOAA-GFDL/MOM6@78a79360b Tidal angular frequency has units [rad s-1] (#764) - NOAA-GFDL/MOM6@f920c1ac1 Inline harmonic analysis (#744) MOM6: Convert real kind of constants
1 parent b4d319d commit 8a2a1ad

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ice_ocean_SIS2/Baltic_ALE_z_offline_tracers/MOM_parameter_doc.all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ TIDE_REF_DATE = 0, 0, 0 ! default = 0
12771277
! defaults to 0.
12781278
TIDE_USE_EQ_PHASE = False ! [Boolean] default = False
12791279
! Correct phases by calculating equilibrium phase arguments for TIDE_REF_DATE.
1280-
TIDE_M2_FREQ = 1.405189E-04 ! [s-1] default = 1.405189E-04
1280+
TIDE_M2_FREQ = 1.405189E-04 ! [rad s-1] default = 1.405189E-04
12811281
! Frequency of the M2 tidal constituent. This is only used if TIDES and TIDE_M2
12821282
! are true, or if OBC_TIDE_N_CONSTITUENTS > 0 and M2 is in
12831283
! OBC_TIDE_CONSTITUENTS.

ocean_only/global_ALE/hycom/MOM_parameter_doc.all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ TIDE_REF_DATE = 0, 0, 0 ! default = 0
13271327
! defaults to 0.
13281328
TIDE_USE_EQ_PHASE = False ! [Boolean] default = False
13291329
! Correct phases by calculating equilibrium phase arguments for TIDE_REF_DATE.
1330-
TIDE_M2_FREQ = 1.405189E-04 ! [s-1] default = 1.405189E-04
1330+
TIDE_M2_FREQ = 1.405189E-04 ! [rad s-1] default = 1.405189E-04
13311331
! Frequency of the M2 tidal constituent. This is only used if TIDES and TIDE_M2
13321332
! are true, or if OBC_TIDE_N_CONSTITUENTS > 0 and M2 is in
13331333
! OBC_TIDE_CONSTITUENTS.

ocean_only/global_ALE/layer/MOM_parameter_doc.all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ TIDE_REF_DATE = 0, 0, 0 ! default = 0
12111211
! defaults to 0.
12121212
TIDE_USE_EQ_PHASE = False ! [Boolean] default = False
12131213
! Correct phases by calculating equilibrium phase arguments for TIDE_REF_DATE.
1214-
TIDE_M2_FREQ = 1.405189E-04 ! [s-1] default = 1.405189E-04
1214+
TIDE_M2_FREQ = 1.405189E-04 ! [rad s-1] default = 1.405189E-04
12151215
! Frequency of the M2 tidal constituent. This is only used if TIDES and TIDE_M2
12161216
! are true, or if OBC_TIDE_N_CONSTITUENTS > 0 and M2 is in
12171217
! OBC_TIDE_CONSTITUENTS.

ocean_only/global_ALE/z/MOM_parameter_doc.all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ TIDE_REF_DATE = 0, 0, 0 ! default = 0
12741274
! defaults to 0.
12751275
TIDE_USE_EQ_PHASE = False ! [Boolean] default = False
12761276
! Correct phases by calculating equilibrium phase arguments for TIDE_REF_DATE.
1277-
TIDE_M2_FREQ = 1.405189E-04 ! [s-1] default = 1.405189E-04
1277+
TIDE_M2_FREQ = 1.405189E-04 ! [rad s-1] default = 1.405189E-04
12781278
! Frequency of the M2 tidal constituent. This is only used if TIDES and TIDE_M2
12791279
! are true, or if OBC_TIDE_N_CONSTITUENTS > 0 and M2 is in
12801280
! OBC_TIDE_CONSTITUENTS.

ocean_only/nonBous_global/MOM_parameter_doc.all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ TIDE_REF_DATE = 0, 0, 0 ! default = 0
10411041
! defaults to 0.
10421042
TIDE_USE_EQ_PHASE = False ! [Boolean] default = False
10431043
! Correct phases by calculating equilibrium phase arguments for TIDE_REF_DATE.
1044-
TIDE_M2_FREQ = 1.405189E-04 ! [s-1] default = 1.405189E-04
1044+
TIDE_M2_FREQ = 1.405189E-04 ! [rad s-1] default = 1.405189E-04
10451045
! Frequency of the M2 tidal constituent. This is only used if TIDES and TIDE_M2
10461046
! are true, or if OBC_TIDE_N_CONSTITUENTS > 0 and M2 is in
10471047
! OBC_TIDE_CONSTITUENTS.

0 commit comments

Comments
 (0)