Skip to content

Commit

Permalink
MOM6: +Add a better variant of add_LOTW_BBL_diffusivity
Browse files Browse the repository at this point in the history
- NOAA-GFDL/MOM6@c4a72dfb0 +Add a better variant of add_LOTW_BBL_diffusivity
- NOAA-GFDL/MOM6@f8f127c45 +Renamed myStats scale argument to unscale
- NOAA-GFDL/MOM6@659d19b58 (*)Fix bug in rotate_ALE_sponge for fixed sponges
MOM6: Disable LDFLAGS for C testing (#674)
- NOAA-GFDL/MOM6@f596c8193 +(*)Fix problems with generic_tracer_min_max
- NOAA-GFDL/MOM6@7cea6dd1b Replace kind=8 with iso_fortran_env kinds
  • Loading branch information
mom6bot authored and marshallward committed Jul 10, 2024
1 parent fbf36f8 commit 4e9bf1c
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,11 @@ LOTW_BBL_USE_OMEGA = True ! [Boolean] default = True
! Otherwise, N is N.
VON_KARMAN_BBL = 0.41 ! [nondim] default = 0.41
! The value the von Karman constant as used in calculating the BBL diffusivity.
LOTW_BBL_ANSWER_DATE = 20190101 ! default = 20190101
! The vintage of the order of arithmetic and expressions in the LOTW_BBL
! calculations. Values below 20240630 recover the original answers, while
! higher values use more accurate expressions. This only applies when
! USE_LOTW_BBL_DIFFUSIVITY is true.
DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0
! A minimal distance over which to average to determine the average bottom
! boundary layer density.
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_025/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1912,6 +1912,11 @@ LOTW_BBL_USE_OMEGA = True ! [Boolean] default = True
! Otherwise, N is N.
VON_KARMAN_BBL = 0.41 ! [nondim] default = 0.41
! The value the von Karman constant as used in calculating the BBL diffusivity.
LOTW_BBL_ANSWER_DATE = 20190101 ! default = 20190101
! The vintage of the order of arithmetic and expressions in the LOTW_BBL
! calculations. Values below 20240630 recover the original answers, while
! higher values use more accurate expressions. This only applies when
! USE_LOTW_BBL_DIFFUSIVITY is true.
DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0
! A minimal distance over which to average to determine the average bottom
! boundary layer density.
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_05/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,11 @@ LOTW_BBL_USE_OMEGA = True ! [Boolean] default = True
! Otherwise, N is N.
VON_KARMAN_BBL = 0.41 ! [nondim] default = 0.41
! The value the von Karman constant as used in calculating the BBL diffusivity.
LOTW_BBL_ANSWER_DATE = 20190101 ! default = 20190101
! The vintage of the order of arithmetic and expressions in the LOTW_BBL
! calculations. Values below 20240630 recover the original answers, while
! higher values use more accurate expressions. This only applies when
! USE_LOTW_BBL_DIFFUSIVITY is true.
DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0
! A minimal distance over which to average to determine the average bottom
! boundary layer density.
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/OM4_025/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1912,6 +1912,11 @@ LOTW_BBL_USE_OMEGA = True ! [Boolean] default = True
! Otherwise, N is N.
VON_KARMAN_BBL = 0.41 ! [nondim] default = 0.41
! The value the von Karman constant as used in calculating the BBL diffusivity.
LOTW_BBL_ANSWER_DATE = 20190101 ! default = 20190101
! The vintage of the order of arithmetic and expressions in the LOTW_BBL
! calculations. Values below 20240630 recover the original answers, while
! higher values use more accurate expressions. This only applies when
! USE_LOTW_BBL_DIFFUSIVITY is true.
DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0
! A minimal distance over which to average to determine the average bottom
! boundary layer density.
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/OM4_05/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,11 @@ LOTW_BBL_USE_OMEGA = True ! [Boolean] default = True
! Otherwise, N is N.
VON_KARMAN_BBL = 0.41 ! [nondim] default = 0.41
! The value the von Karman constant as used in calculating the BBL diffusivity.
LOTW_BBL_ANSWER_DATE = 20190101 ! default = 20190101
! The vintage of the order of arithmetic and expressions in the LOTW_BBL
! calculations. Values below 20240630 recover the original answers, while
! higher values use more accurate expressions. This only applies when
! USE_LOTW_BBL_DIFFUSIVITY is true.
DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0
! A minimal distance over which to average to determine the average bottom
! boundary layer density.
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/OM_1deg/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,11 @@ LOTW_BBL_USE_OMEGA = True ! [Boolean] default = True
! Otherwise, N is N.
VON_KARMAN_BBL = 0.41 ! [nondim] default = 0.41
! The value the von Karman constant as used in calculating the BBL diffusivity.
LOTW_BBL_ANSWER_DATE = 20190101 ! default = 20190101
! The vintage of the order of arithmetic and expressions in the LOTW_BBL
! calculations. Values below 20240630 recover the original answers, while
! higher values use more accurate expressions. This only applies when
! USE_LOTW_BBL_DIFFUSIVITY is true.
DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0
! A minimal distance over which to average to determine the average bottom
! boundary layer density.
Expand Down
5 changes: 5 additions & 0 deletions ocean_only/global_ALE/hycom/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,11 @@ LOTW_BBL_USE_OMEGA = True ! [Boolean] default = True
! Otherwise, N is N.
VON_KARMAN_BBL = 0.41 ! [nondim] default = 0.41
! The value the von Karman constant as used in calculating the BBL diffusivity.
LOTW_BBL_ANSWER_DATE = 20190101 ! default = 20190101
! The vintage of the order of arithmetic and expressions in the LOTW_BBL
! calculations. Values below 20240630 recover the original answers, while
! higher values use more accurate expressions. This only applies when
! USE_LOTW_BBL_DIFFUSIVITY is true.
DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0
! A minimal distance over which to average to determine the average bottom
! boundary layer density.
Expand Down
5 changes: 5 additions & 0 deletions ocean_only/global_ALE/layer/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1769,6 +1769,11 @@ LOTW_BBL_USE_OMEGA = True ! [Boolean] default = True
! Otherwise, N is N.
VON_KARMAN_BBL = 0.41 ! [nondim] default = 0.41
! The value the von Karman constant as used in calculating the BBL diffusivity.
LOTW_BBL_ANSWER_DATE = 20190101 ! default = 20190101
! The vintage of the order of arithmetic and expressions in the LOTW_BBL
! calculations. Values below 20240630 recover the original answers, while
! higher values use more accurate expressions. This only applies when
! USE_LOTW_BBL_DIFFUSIVITY is true.
DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0
! A minimal distance over which to average to determine the average bottom
! boundary layer density.
Expand Down
5 changes: 5 additions & 0 deletions ocean_only/global_ALE/z/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,11 @@ LOTW_BBL_USE_OMEGA = True ! [Boolean] default = True
! Otherwise, N is N.
VON_KARMAN_BBL = 0.41 ! [nondim] default = 0.41
! The value the von Karman constant as used in calculating the BBL diffusivity.
LOTW_BBL_ANSWER_DATE = 20190101 ! default = 20190101
! The vintage of the order of arithmetic and expressions in the LOTW_BBL
! calculations. Values below 20240630 recover the original answers, while
! higher values use more accurate expressions. This only applies when
! USE_LOTW_BBL_DIFFUSIVITY is true.
DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0
! A minimal distance over which to average to determine the average bottom
! boundary layer density.
Expand Down

0 comments on commit 4e9bf1c

Please sign in to comment.