[Dart-dev] DART/branches Revision: 12012

dart at ucar.edu dart at ucar.edu
Mon Oct 23 14:39:02 MDT 2017


raeder at ucar.edu
2017-10-23 14:39:02 -0600 (Mon, 23 Oct 2017)
59
Changed initial/default value of do_clm_interp to 'false'.



Modified: DART/branches/rma_trunk/models/cam-fv/shell_scripts/cesm2_0_beta05/setup_advanced
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/shell_scripts/cesm2_0_beta05/setup_advanced	2017-10-23 20:33:32 UTC (rev 12011)
+++ DART/branches/rma_trunk/models/cam-fv/shell_scripts/cesm2_0_beta05/setup_advanced	2017-10-23 20:39:02 UTC (rev 12012)
@@ -1099,7 +1099,7 @@
 
 # Check whether (or decide to) interpolation of the CLM restart file will be done.
 # If so, each CLM namelist needs it's own finidat_interp_dest
-set do_clm_interp = "true"
+set do_clm_interp = "false"
 set line = `grep use_init_interp user_nl_clm_0001`
 if ($status == 0) then
    set words = `echo $line | sed -e "s#[=\.]# #g`


More information about the Dart-dev mailing list