From ae6d34c130f744173b21b85d4d07bcc1b3ab88a9 Mon Sep 17 00:00:00 2001 From: "Phillip J. Wolfram" Date: Wed, 4 Sep 2019 13:26:03 -0600 Subject: [PATCH] Adds wetting and drying safety factor for height Ensures that drying isn't allowed to within a neighborhood of the threshold using namelist option `config_drying_safety_height`. --- src/core_ocean/Registry.xml | 4 ++++ src/core_ocean/shared/mpas_ocn_wetting_drying.F | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/core_ocean/Registry.xml b/src/core_ocean/Registry.xml index 434ffa3e39..abae39de24 100644 --- a/src/core_ocean/Registry.xml +++ b/src/core_ocean/Registry.xml @@ -1023,6 +1023,10 @@ description="If 'upwind', use upwind to evaluate the edge-value for layerThickness, i.e., layerThicknessEdge. The standard MPAS-O approach is 'centered'." possible_values="'upwind', 'centered'" /> +