From ce544e918aeecc0f9e6dad390d4e3f15e61ba7b3 Mon Sep 17 00:00:00 2001 From: Carolyn Begeman Date: Sun, 19 May 2024 11:37:47 -0500 Subject: [PATCH] Add default vertical_grid options to ocean config --- polaris/ocean/ocean.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/polaris/ocean/ocean.cfg b/polaris/ocean/ocean.cfg index eadad4866..a09169fe8 100644 --- a/polaris/ocean/ocean.cfg +++ b/polaris/ocean/ocean.cfg @@ -20,3 +20,12 @@ max_cells_per_core = 2000 # the number of iterations of ssh adjustment to perform iterations = 10 + +# Options related to the vertical grid +[vertical_grid] + +# The minimum number of vertical levels for multi-layer cases +min_vert_levels = 1 + +# Minimum thickness of each layer +min_layer_thickness = 0