Skip to content
Snippets Groups Projects
Commit c205a08c authored by Juve, Gideon's avatar Juve, Gideon
Browse files

Update example setup script

parent aa4637ed
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,17 @@
#
set -e
$ACMEROOT/scripts/create_newcase -case $CASEROOT -mach hopper -compset F1850 -res T31_g37
$ACMEROOT/scripts/create_newcase -case $CASEROOT -mach hopper -compset F1850 -res T31_g37 -project m2187
cd $CASEROOT
# Set the directory for executables
./xmlchange -file env_build.xml -id EXEROOT -val $CASEROOT/bld
# Set the run directory
./xmlchange -file env_run.xml -id RUNDIR -val $CASEROOT/run
./cesm_setup
./$CASENAME.build
./$CASENAME.build || true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment