[Dart-dev] svn:mime-type/ Revision: 12121

dart at ucar.edu dart at ucar.edu
Fri Nov 17 10:49:27 MST 2017


thoar at ucar.edu
2017-11-17 10:49:26 -0700 (Fri, 17 Nov 2017)
121
This 3member 'stock' case builds and runs on Cheyenne.
Will subsequently modify to see if we can use our DATM files ...




Added: DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0/simple.csh
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0/simple.csh	                        (rev 0)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0/simple.csh	2017-11-17 17:49:26 UTC (rev 12121)
@@ -0,0 +1,51 @@
+#!/bin/csh
+
+/glade/p/work/thoar/CESM/clm_dev_branch/cime/scripts/query_config  --compsets clm
+
+set CASE = clm50bgc_test_3
+set CASEDIR = /glade/p/work/thoar/cases
+set COMPSET = I2000Clm45Sp
+set COMPSET = I2000Clm50BgcCrop
+set COMPSET = 2000_DATM%GSWP3v1_CLM50%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV
+set CASEROOT = ${CASEDIR}/${CASE}
+
+\rm -rf ${CASEROOT}
+\rm -rf /glade/scratch/thoar/${CASE}/bld
+\rm -rf /glade/scratch/thoar/${CASE}/run
+
+echo "TJH: Starting create_newcase ..."
+
+/glade/p/work/thoar/CESM/clm_dev_branch/cime/scripts/create_newcase \
+    --case ${CASEROOT} \
+    --compset ${COMPSET} \
+    --mach cheyenne \
+    --res f09_g16 \
+    --project P86850054 \
+    --ninst 3 \
+    --run-unsupported || exit 1
+
+
+cd ${CASEROOT}
+
+echo "TJH: Finished create_newcase ..."
+echo "TJH: Starting case.setup     ..."
+
+./case.setup || exit 2
+
+echo "TJH: Finished case.setup     ..."
+echo "TJH: Starting case.build     ..."
+
+./case.build || exit 3
+
+echo "TJH: Finished case.build     ..."
+
+exit 0
+
+
+# These modify the env_run.xml so they should be 
+./xmlchange DATA_ASSIMILATION=TRUE
+./xmlchange DATA_ASSIMILATION_CYCLES=1
+./xmlchange DATA_ASSIMILATION_SCRIPT=do_nothing.csh
+echo "echo Hello World" >! do_nothing.csh
+chmod 755 do_nothing.csh
+


Property changes on: DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0/simple.csh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Dart-dev mailing list