Option to enforce KHTR_MIN in the whole water column (967908d518f904f1078f530fe55f0693a55c0b09): introduces a new parameter, FULL_DEPTH_KHTR_MIN, which enforces a user-specified minimum diffusivity (KHTR_MIN) to be applied throughout the entire water column, instead of only at the surface. This option is available only when KHTR_USE_EBT_STRUCT=True and KHTR_MIN > 0.
Option to enforce KHTH_MIN in the whole water column (0c63d963638fb74daaafff1c891fc8f8a99fa0f6): introduces a new parameter, FULL_DEPTH_KHTH_MIN, which enforces a user-specified minimum diffusivity (KHTH_MIN) to be applied throughout the entire water column instead of only at the surface. This option is available only when
KHTH_USE_EBT_STRUCT=True and KHTH_MIN > 0.
Rename KhTh_use_ebt_struct to KhTr_use_ebt_struct (8d018d0728d1740d246f081490dc6f54c6d4fbf8): The parameter KHTR_USE_EBT_STRUCT was introduced with an incorrect variable name within the local control structure. The variable was named KhTh_use_ebt_struct, indicating thickness diffusivity, instead of the correct KhTr_use_ebt_struct, which indicates tracer diffusivity. This commit rectifies the naming inconsistency.
New parameters:
FULL_DEPTH_KHTR_MIN
FULL_DEPTH_KHTH_MIN
This PR does not change answers in the NCAR pr_mom tests.
Option to enforce
KHTR_MIN
in the whole water column (967908d518f904f1078f530fe55f0693a55c0b09): introduces a new parameter,FULL_DEPTH_KHTR_MIN
, which enforces a user-specified minimum diffusivity (KHTR_MIN
) to be applied throughout the entire water column, instead of only at the surface. This option is available only whenKHTR_USE_EBT_STRUCT=True
andKHTR_MIN > 0
.Option to enforce
KHTH_MIN
in the whole water column (0c63d963638fb74daaafff1c891fc8f8a99fa0f6): introduces a new parameter,FULL_DEPTH_KHTH_MIN
, which enforces a user-specified minimum diffusivity (KHTH_MIN
) to be applied throughout the entire water column instead of only at the surface. This option is available only whenKHTH_USE_EBT_STRUCT=True
andKHTH_MIN > 0
.Rename KhTh_use_ebt_struct to KhTr_use_ebt_struct (8d018d0728d1740d246f081490dc6f54c6d4fbf8): The parameter
KHTR_USE_EBT_STRUCT
was introduced with an incorrect variable name within the local control structure. The variable was namedKhTh_use_ebt_struct
, indicating thickness diffusivity, instead of the correctKhTr_use_ebt_struct
, which indicates tracer diffusivity. This commit rectifies the naming inconsistency.New parameters:
FULL_DEPTH_KHTR_MIN
FULL_DEPTH_KHTH_MIN
This PR does not change answers in the NCAR pr_mom tests.