From 8b38e82ea6c0cc1f7abc649dbb43c7be8baf682f Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Tue, 1 Sep 2026 12:30:45 -0600 Subject: [PATCH] Remove testmod setting that is now unnecessary This will be unnecessary following https://github.com/ESCOMP/CTSM/pull/4189. This testmod is currently unused, so it seems safe to bring this in even before that CTSM PR is merged, since the plan is to merge that PR soon. --- .../allactive/cism/test_coupling/user_nl_clm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cime_config/testmods_dirs/allactive/cism/test_coupling/user_nl_clm b/cime_config/testmods_dirs/allactive/cism/test_coupling/user_nl_clm index 892dcb5c38..cf7c7fa7b0 100644 --- a/cime_config/testmods_dirs/allactive/cism/test_coupling/user_nl_clm +++ b/cime_config/testmods_dirs/allactive/cism/test_coupling/user_nl_clm @@ -2,11 +2,3 @@ ! This is needed to tell CLM to allow the non-annual-boundary glacier changes that arise ! with this testmod. for_testing_allow_non_annual_changes = .true. - - ! When we have daily rather than annual glacier dynamics (as we do in this testmod, due - ! to having test_coupling in user_nl_cism), CLM applies the dynbal adjustments in a - ! single time step rather than spreading them throughout the year. This can cause - ! sensible heat fluxes of thousands of W m-2, which causes CAM's PBL scheme to blow up. - ! So force these fluxes to zero for this testmod; this breaks water and energy - ! conservation in CLM, but should allow the test to pass. - for_testing_zero_dynbal_fluxes = .true.