[Dart-dev] [6051] DART/branches/development/models/CESM/shell_scripts: This works in totality.

nancy at ucar.edu nancy at ucar.edu
Fri Apr 12 09:31:16 MDT 2013


Revision: 6051
Author:   thoar
Date:     2013-04-12 09:31:15 -0600 (Fri, 12 Apr 2013)
Log Message:
-----------
This works in totality.
It takes a default ensemble and advances it for 72 hours with an
assimilation at the END.
Subsequent 1day advances are a simple matter of changing the env_run.xml
values of CONTINUE_RUN to be TRUE, and STOP_N to be 24.
The POP namelist must be changed to init_ts_suboption = 'data_assim'
and ./preview_namelist must be run.

Modified Paths:
--------------
    DART/branches/development/models/CESM/shell_scripts/CESM1_1_1_setup.csh
    DART/branches/development/models/CESM/shell_scripts/assimilate.csh

-------------- next part --------------
Modified: DART/branches/development/models/CESM/shell_scripts/CESM1_1_1_setup.csh
===================================================================
--- DART/branches/development/models/CESM/shell_scripts/CESM1_1_1_setup.csh	2013-04-11 18:58:12 UTC (rev 6050)
+++ DART/branches/development/models/CESM/shell_scripts/CESM1_1_1_setup.csh	2013-04-12 15:31:15 UTC (rev 6051)
@@ -130,7 +130,7 @@
 # TJH: How many T62_gx1v6 CESM instances can fit on 1 node?
 # ==============================================================================
 
-setenv ACCOUNT      P86850054
+setenv ACCOUNT      P8685xxxx
 setenv timewall     0:30
 setenv queue        small
 setenv ptile        15
@@ -333,7 +333,7 @@
    # operators for these fluxes should just read them from the .h1. file rather
    # than trying to create them from the (incomplete DART) CLM state.
 
-   echo "hist_empty_htapes = .false."                >> $fname
+   echo "hist_empty_htapes = .true."                 >> $fname
    echo "hist_fincl1 = 'NEP'"                        >> $fname
    echo "hist_fincl2 = 'NEP','FSH','EFLX_LH_TOT_R'"  >> $fname
    echo "hist_nhtfrq = -$assim_n,1,"                 >> $fname

Modified: DART/branches/development/models/CESM/shell_scripts/assimilate.csh
===================================================================
--- DART/branches/development/models/CESM/shell_scripts/assimilate.csh	2013-04-11 18:58:12 UTC (rev 6050)
+++ DART/branches/development/models/CESM/shell_scripts/assimilate.csh	2013-04-12 15:31:15 UTC (rev 6051)
@@ -14,7 +14,7 @@
 
 ${CASEROOT}/cam_assimilate.csh
 ${CASEROOT}/pop_assimilate.csh
-# ${CASEROOT}/clm_assimilate.csh
+${CASEROOT}/clm_assimilate.csh
 
 echo "`date` -- END CESM ASSIMILATE"
 


More information about the Dart-dev mailing list