[Dart-dev] DART/branches Revision: 12117

dart at ucar.edu dart at ucar.edu
Thu Nov 16 16:42:51 MST 2017


thoar at ucar.edu
2017-11-16 16:42:49 -0700 (Thu, 16 Nov 2017)
257
The CISM model (land ice) apparently cannot use the Gregorian calendar, so we
are switching to a STUB land ice model, which is most conveniently specified
by using the compset long_name.

Also correctly specifying an xml resource name for debugging level.




Modified: DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_setup_ensemble
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_setup_ensemble	2017-11-16 23:05:00 UTC (rev 12116)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_setup_ensemble	2017-11-16 23:42:49 UTC (rev 12117)
@@ -26,6 +26,7 @@
 setenv CASE           clm5_startup
 setenv resolution     f09_g16
 setenv compset        I2000Clm50BgcCrop
+setenv compset        2000_DATM%GSWP3v1_CLM50%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV
 setenv cesmtag        clm_dev_branch
 setenv num_instances  4
 
@@ -332,7 +333,7 @@
 # DEBUG = TRUE implies turning on run and compile time debugging.
 # INFO_DBUG level of debug output, 0=minimum, 1=normal, 2=more, 3=too much.
 ./xmlchange DEBUG=FALSE
-./xmlchange DEBUGINFO_DBUG=FALSE
+./xmlchange INFO_DBUG=FALSE
 
 @ inst = 1
 while ( $inst <= $num_instances )


More information about the Dart-dev mailing list