From 980bc1649a85c955369c456cd770b54ea1ac3965 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Thu, 22 Aug 2024 14:48:45 -0600 Subject: [PATCH] Improve documentation of glacier region namelist options --- .../namelist_definition_ctsm.xml | 28 ++++++++++++++----- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/bld/namelist_files/namelist_definition_ctsm.xml b/bld/namelist_files/namelist_definition_ctsm.xml index 63525f7ab3..e6eadaae2c 100644 --- a/bld/namelist_files/namelist_definition_ctsm.xml +++ b/bld/namelist_files/namelist_definition_ctsm.xml @@ -564,7 +564,15 @@ Allowed values are: whose elevation matches the atmosphere's topographic height (so that there is no adjustment due to downscaling) 'UNSET': place-holder for non-existent regions -Behavior of 'virtual' is required in the region(s) where SMB is being sent to an ice sheet model +Most (if not all) of the region where there is an ice sheet model should have a behavior +of 'virtual': This behavior is needed to compute surface mass balance (SMB) in all +elevation classes for the sake of vertical downscaling, and is needed to allow two-way +feedbacks of glacier areas. You are allowed to have gridcells with non-virtual behavior in +this domain, but this should be minimized: SMB cannot be computed there, and CLM subgrid +areas will not remain in sync with the GLC model. (Within the icemask - i.e., the active +glc domain - you are NOT allowed to have gridcells with non-virtual behavior that also +have glacier_region_melt_behavior='replaced_by_ice': within the icemask, you're only +allowed to have non-virtual behavior in places where you are not computing SMB).