diff --git a/jobscripts/PPEn08/CTL2010_AD_rejects.txt b/jobscripts/PPEn08/CTL2010_AD_rejects.txt deleted file mode 100644 index 713cbb3..0000000 --- a/jobscripts/PPEn08/CTL2010_AD_rejects.txt +++ /dev/null @@ -1,21 +0,0 @@ -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0069 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0250 -OAAT0251 -OAAT0252 -OAAT0253 -OAAT0254 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 diff --git a/jobscripts/PPEn08/CTL2010_AD_rejects2.txt b/jobscripts/PPEn08/CTL2010_AD_rejects2.txt deleted file mode 100644 index 5894f78..0000000 --- a/jobscripts/PPEn08/CTL2010_AD_rejects2.txt +++ /dev/null @@ -1,35 +0,0 @@ -OAAT0069 -OAAT0251 -OAAT0252 -OAAT0253 -OAAT0254 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0069 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0250 -OAAT0251 -OAAT0252 -OAAT0253 -OAAT0254 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0069 -OAAT0251 -OAAT0252 -OAAT0253 -OAAT0254 -OAAT0069 -OAAT0251 -OAAT0252 -OAAT0253 -OAAT0254 diff --git a/jobscripts/PPEn08/CTL2010_SASU_rejects.txt b/jobscripts/PPEn08/CTL2010_SASU_rejects.txt deleted file mode 100644 index 02f7afc..0000000 --- a/jobscripts/PPEn08/CTL2010_SASU_rejects.txt +++ /dev/null @@ -1,21 +0,0 @@ -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0250 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0261 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0267 -OAAT0268 -OAAT0269 -OAAT0270 diff --git a/jobscripts/PPEn08/CTL2010_SASU_rejects2.txt b/jobscripts/PPEn08/CTL2010_SASU_rejects2.txt deleted file mode 100644 index db75c20..0000000 --- a/jobscripts/PPEn08/CTL2010_SASU_rejects2.txt +++ /dev/null @@ -1,6 +0,0 @@ -OAAT0250 -OAAT0261 -OAAT0267 -OAAT0268 -OAAT0269 -OAAT0270 diff --git a/jobscripts/PPEn08/CTL2010_postSASU_rejects.txt b/jobscripts/PPEn08/CTL2010_postSASU_rejects.txt deleted file mode 100644 index a0d749f..0000000 --- a/jobscripts/PPEn08/CTL2010_postSASU_rejects.txt +++ /dev/null @@ -1,14 +0,0 @@ -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 diff --git a/jobscripts/PPEn08/CTL2010_postSASU_rejects2.txt b/jobscripts/PPEn08/CTL2010_postSASU_rejects2.txt deleted file mode 100644 index 52ea682..0000000 --- a/jobscripts/PPEn08/CTL2010_postSASU_rejects2.txt +++ /dev/null @@ -1,7 +0,0 @@ -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 diff --git a/jobscripts/PPEn08/basecase/cloneC285.sh b/jobscripts/PPEn08/basecase/cloneC285.sh deleted file mode 100644 index 20b0d8c..0000000 --- a/jobscripts/PPEn08/basecase/cloneC285.sh +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/bash - -base='ctsm51c6_PPEn07ctsm51d023_2deg_GSWP3V1_Sparse400_co2-284.7_2000' -envtype="C285" -runtype="SASU" - - -if [[ $runtype == "SASU" ]];then - stopn=80 - prevtype="AD" - nyprev="21" - basecase=$base"_step3" - echo $basecase -fi - - -if [[ $runtype == "postSASU" ]];then - stopn=40 - prevtype="SASU" - nyprev="81" - basecase=$base"_step4" - echo $basecase -fi - - -keithdir='/glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/scripts/' -newcase="PPEn08_"$envtype"_"$runtype -scripts='/glade/work/djk2120/PPEn08/cime/scripts/' -nlbase='/glade/u/home/djk2120/clm5ppe/nlbase/' -envdir=$envtype"/basecases/" -prevcase="PPEn08_"$envtype"_"$prevtype - - - -cd $scripts -./create_clone --case $envdir$newcase --clone $keithdir$basecase --cime-output-root /glade/scratch/djk2120 - -cd $envdir$newcase -./case.setup - -cp $nlbase$runtype".base" user_nl_clm.base -./xmlchange STOP_N=$stopn -./xmlchange JOB_QUEUE="economy" -./xmlchange DOUT_S="false" -./case.build - -cp user_nl_clm.base user_nl_clm -echo -e "\nparamfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc'" >> user_nl_clm -if [[ $runtype != "AD" ]];then - scratch="/glade/scratch/djk2120/"$prevcase"/run/" - suffix=".clm2.r.00"$nyprev"-01-01-00000.nc" - restart=$scratch$prevcase$suffix - echo "finidat = '"$restart"'" >> user_nl_clm -else - echo "yes AD" -fi - -if [[ $envtype == "nddep5" ]];then - echo "stream_fldfilename_ndep = '/glade/p/cgd/tss/people/oleson/CLM5_ndep/fndep_p5_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc'">> user_nl_clm -fi - -#./case.submit diff --git a/jobscripts/PPEn08/basecase/cloneC867.sh b/jobscripts/PPEn08/basecase/cloneC867.sh deleted file mode 100644 index 5b9bd5b..0000000 --- a/jobscripts/PPEn08/basecase/cloneC867.sh +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/bash - -base='ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_co2-867.2_2000' -envtype="C867" -runtype="postSASU" - - -if [[ $runtype == "postSASU" ]];then - stopn=40 - prevtype="SASU" - nyprev="81" - basecase=$base"_step4" - echo $basecase -fi - - - -keithdir='/glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/scripts/' -newcase="PPEn08_"$envtype"_"$runtype -scripts='/glade/work/djk2120/PPEn08/cime/scripts/' -nlbase='/glade/u/home/djk2120/clm5ppe/nlbase/' -envdir=$envtype"/basecases/" -prevcase="PPEn08_"$envtype"_"$prevtype - - - -cd $scripts -./create_clone --case $envdir$newcase --clone $keithdir$basecase --cime-output-root /glade/scratch/djk2120 - -cd $envdir$newcase -./case.setup - -cp $nlbase$runtype".base" user_nl_clm.base -./xmlchange STOP_N=$stopn -./xmlchange JOB_QUEUE="economy" -./xmlchange DOUT_S="false" -./case.build - -cp user_nl_clm.base user_nl_clm -echo -e "\nparamfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc'" >> user_nl_clm -if [[ $runtype != "AD" ]];then - scratch="/glade/scratch/djk2120/"$prevcase"/run/" - suffix=".clm2.r.00"$nyprev"-01-01-00000.nc" - restart=$scratch$prevcase$suffix - echo "finidat = '"$restart"'" >> user_nl_clm -else - echo "yes AD" -fi - -if [[ $envtype == "nddep5" ]];then - echo "stream_fldfilename_ndep = '/glade/p/cgd/tss/people/oleson/CLM5_ndep/fndep_p5_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc'">> user_nl_clm -fi - -./case.submit diff --git a/jobscripts/PPEn08/basecase/cloneCTL2010.sh b/jobscripts/PPEn08/basecase/cloneCTL2010.sh deleted file mode 100644 index 001002d..0000000 --- a/jobscripts/PPEn08/basecase/cloneCTL2010.sh +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/bash -if [ $# -eq 0 ] -then - echo "ERROR: please specify the runtype" - echo " ex: ./cloneZZ.sh SASU" - exit 1 -fi - -runtype=$1 -envtype="CTL2010" -base="ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_2000" -keithdir='/glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/scripts/' -scripts='/glade/work/djk2120/PPEn08/cime/scripts/' -scratch='/glade/scratch/djk2120' -nlbase='/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn08/nlbase/basecases/' -envdir=$envtype"/basecases/" - - -if [[ $runtype == "AD" ]];then - stopn=20 - basecase=$keithdir$base"AD" - echo $basecase -fi - -if [[ $runtype == "SASU" ]];then - stopn=80 - prevtype="AD" - nyprev="21" - basecase=$keithdir$base"_step3" - echo $basecase -fi - -if [[ $runtype == "postSASU" ]];then - stopn=40 - prevtype="SASU" - nyprev="81" - basecase=$keithdir$base"_step4" - echo $basecase -fi - -if [[ $runtype == "PROD" ]];then - stopn=10 - prevtype="postSASU" - nyprev="41" - basecase=$keithdir$base - echo $basecase -fi - -newcase="PPEn08_"$envtype"_"$runtype -prevcase="PPEn08_"$envtype"_"$prevtype - -cd $scripts -pwd - - -echo "basecase="$basecase -echo "nextcase="$envdir$newcase - -./create_clone --case $envdir$newcase --clone $basecase --cime-output-root $scratch - -cd $envdir$newcase -./case.setup -#./case.build - -cp $nlbase$runtype".base" user_nl_clm -./xmlchange STOP_N=$stopn -./xmlchange JOB_QUEUE="economy" -./xmlchange DOUT_S="false" -./xmlchange PROJECT="P08010000" - -#consider using just one nlbase -#and appending appropriate finidat and paramfile - -if [[ $runtype != "AD" ]];then - scratch="/glade/scratch/djk2120/"$prevcase"/run/" - suffix=".clm2.r.00"$nyprev"-01-01-00000.nc" - restart=$scratch$prevcase$suffix - echo "finidat = '"$restart"'" >> user_nl_clm -fi - -if [[ $envtype == "nddep5" ]];then - echo "stream_fldfilename_ndep = '/glade/p/cgd/tss/people/oleson/CLM5_ndep/fndep_p5_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc'">> user_nl_clm -fi diff --git a/jobscripts/PPEn08/basecase/cloneI2000.sh b/jobscripts/PPEn08/basecase/cloneI2000.sh deleted file mode 100644 index 548cc5d..0000000 --- a/jobscripts/PPEn08/basecase/cloneI2000.sh +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/bash - -basecase='ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_2000' -envtype="I2000" -runtype="PROD" -stopn=10 -prevtype="postSASU" -nyprev="41" - -keithdir='/glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/scripts/' -newcase="PPEn08_"$envtype"_"$runtype -scripts='/glade/work/djk2120/PPEn08/cime/scripts/' -nlbase='/glade/u/home/djk2120/clm5ppe/nlbase/' -envdir=$envtype"/basecases/" -prevcase="PPEn08_"$envtype"_"$prevtype - - - -cd $scripts -./create_clone --case $envdir$newcase --clone $basecase - -cd $envdir$newcase -./case.setup - -cp $nlbase$runtype".base" user_nl_clm.base -./xmlchange STOP_N=$stopn -./xmlchange JOB_QUEUE="economy" -./xmlchange DOUT_S="false" -./case.build - -cp user_nl_clm.base user_nl_clm -echo -e "\nparamfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc'" >> user_nl_clm -if [[ $runtype != "AD" ]];then - scratch="/glade/scratch/djk2120/"$prevcase"/run/" - suffix=".clm2.r.00"$nyprev"-01-01-00000.nc" - restart=$scratch$prevcase$suffix - echo "finidat = '"$restart"'" >> user_nl_clm -else - echo "yes AD" -fi - -if [[ $envtype == "nddep5" ]];then - echo "stream_fldfilename_ndep = '/glade/p/cgd/tss/people/oleson/CLM5_ndep/fndep_p5_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc'">> user_nl_clm -fi - - diff --git a/jobscripts/PPEn08/basecase/cloneNDEP.sh b/jobscripts/PPEn08/basecase/cloneNDEP.sh deleted file mode 100644 index 650320c..0000000 --- a/jobscripts/PPEn08/basecase/cloneNDEP.sh +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/bash - -base='ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_ndepp5_2000' -envtype="ndepp5" -runtype="AD" - -if [[ $runtype == "AD" ]];then - stopn=20 - basecase=$base"AD" - echo $basecase -fi - -if [[ $runtype == "SASU" ]];then - stopn=80 - prevtype="AD" - nyprev="21" - basecase=$base"_step3" - echo $basecase -fi - -if [[ $runtype == "postSASU" ]];then - stopn=40 - prevtype="SASU" - nyprev="81" - basecase=$base"_step4" - echo $basecase -fi - -keithdir='/glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/scripts/' -newcase="PPEn08_"$envtype"_"$runtype -scripts='/glade/work/djk2120/PPEn08/cime/scripts/' -nlbase='/glade/u/home/djk2120/clm5ppe/nlbase/' -envdir=$envtype"/basecases/" -prevcase="PPEn08_"$envtype"_"$prevtype - - - -cd $scripts -./create_clone --case $envdir$newcase --clone $keithdir$basecase --cime-output-root /glade/scratch/djk2120 - -cd $envdir$newcase -./case.setup - -cp $nlbase$runtype".base" user_nl_clm.base -./xmlchange STOP_N=$stopn -./xmlchange JOB_QUEUE="economy" -./xmlchange DOUT_S="false" -./case.build - -cp user_nl_clm.base user_nl_clm -echo -e "\nparamfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc'" >> user_nl_clm -if [[ $runtype != "AD" ]];then - scratch="/glade/scratch/djk2120/"$prevcase"/run/" - suffix=".clm2.r.00"$nyprev"-01-01-00000.nc" - restart=$scratch$prevcase$suffix - echo "finidat = '"$restart"'" >> user_nl_clm -else - echo "yes AD" -fi - -if [[ $envtype == "ndepp5" ]];then - echo "stream_fldfilename_ndep = '/glade/p/cgd/tss/people/oleson/CLM5_ndep/fndep_p5_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc'">> user_nl_clm -fi - -#./case.submit diff --git a/jobscripts/PPEn08/basecase/cloneW1905.sh b/jobscripts/PPEn08/basecase/cloneW1905.sh deleted file mode 100644 index fd06e82..0000000 --- a/jobscripts/PPEn08/basecase/cloneW1905.sh +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/bash - -base='ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_GSWP3-1901-1910_2000' -envtype="W1905" -runtype="postSASU" - -if [[ $runtype == "postSASU" ]];then - stopn=40 - prevtype="SASU" - nyprev="81" - basecase=$base"_step4" - echo $basecase -fi - -keithdir='/glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/scripts/' -newcase="PPEn08_"$envtype"_"$runtype -scripts='/glade/work/djk2120/PPEn08/cime/scripts/' -nlbase='/glade/u/home/djk2120/clm5ppe/nlbase/' -envdir=$envtype"/basecases/" -prevcase="PPEn08_"$envtype"_"$prevtype - - - -cd $scripts -./create_clone --case $envdir$newcase --clone $keithdir$basecase --cime-output-root /glade/scratch/djk2120 - -cd $envdir$newcase -./case.setup - -cp $nlbase$runtype".base" user_nl_clm.base -./xmlchange STOP_N=$stopn -./xmlchange JOB_QUEUE="economy" -./xmlchange DOUT_S="false" -./case.build - -cp user_nl_clm.base user_nl_clm -echo -e "\nparamfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc'" >> user_nl_clm -if [[ $runtype != "AD" ]];then - scratch="/glade/scratch/djk2120/"$prevcase"/run/" - suffix=".clm2.r.00"$nyprev"-01-01-00000.nc" - restart=$scratch$prevcase$suffix - echo "finidat = '"$restart"'" >> user_nl_clm -else - echo "yes AD" -fi - - -./case.submit diff --git a/jobscripts/PPEn08/basecase/cloneW2095.sh b/jobscripts/PPEn08/basecase/cloneW2095.sh deleted file mode 100644 index 4dd0234..0000000 --- a/jobscripts/PPEn08/basecase/cloneW2095.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/bash - -base='ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_SSP370-2091-2100_2000' -envtype="W2095" -runtype="postSASU" - - -if [[ $runtype == "postSASU" ]];then - stopn=40 - prevtype="SASU" - nyprev="81" - basecase=$base"_step4" - echo $basecase -fi - - -keithdir='/glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/scripts/' -newcase="PPEn08_"$envtype"_"$runtype -scripts='/glade/work/djk2120/PPEn08/cime/scripts/' -nlbase='/glade/u/home/djk2120/clm5ppe/nlbase/' -envdir=$envtype"/basecases/" -prevcase="PPEn08_"$envtype"_"$prevtype - -cd $scripts -./create_clone --case $envdir$newcase --clone $keithdir$basecase --cime-output-root /glade/scratch/djk2120 - -cd $envdir$newcase -./case.setup - -cp $nlbase$runtype".base" user_nl_clm.base -./xmlchange STOP_N=$stopn -./xmlchange JOB_QUEUE="economy" -./xmlchange DOUT_S="false" -./case.build - -cp user_nl_clm.base user_nl_clm -echo -e "\nparamfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc'" >> user_nl_clm -if [[ $runtype != "AD" ]];then - scratch="/glade/scratch/djk2120/"$prevcase"/run/" - suffix=".clm2.r.00"$nyprev"-01-01-00000.nc" - restart=$scratch$prevcase$suffix - echo "finidat = '"$restart"'" >> user_nl_clm -else - echo "yes AD" -fi - -if [[ $envtype == "nddep5" ]];then - echo "stream_fldfilename_ndep = '/glade/p/cgd/tss/people/oleson/CLM5_ndep/fndep_p5_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc'">> user_nl_clm -fi - -./case.submit diff --git a/jobscripts/PPEn08/basecase/ctl_ps.log b/jobscripts/PPEn08/basecase/ctl_ps.log deleted file mode 100644 index 430388e..0000000 --- a/jobscripts/PPEn08/basecase/ctl_ps.log +++ /dev/null @@ -1,103 +0,0 @@ -/glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/scripts/ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_2000_step4 -/glade/work/djk2120/PPEn08/cime/scripts -basecase=/glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/scripts/ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_2000_step4 -nextcase=CTL2010/basecases/PPEn08_CTL2010_postSASU - case CIMEROOT is /glade/work/djk2120/PPEn08/cime - clone CIMEROOT is /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime - It is NOT recommended to clone cases from different versions of CIME. - Successfully created new case PPEn08_CTL2010_postSASU from clone case ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_2000_step4 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (307200000, -1) -/glade/work/djk2120/PPEn08/cime/scripts/CTL2010/basecases/PPEn08_CTL2010_postSASU/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn08/cime/scripts/CTL2010/basecases/PPEn08_CTL2010_postSASU/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE None WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (307200000, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Building case in directory /glade/work/djk2120/PPEn08/cime/scripts/CTL2010/basecases/PPEn08_CTL2010_postSASU -sharedlib_only is False -model_only is False -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (307200000, -1) -Generating component namelists as part of build -Creating component namelists - 2021-04-20 06:29:23 atm - Calling /glade/work/djk2120/PPEn08/cime/src/components/data_comps_mct/datm/cime_config/buildnml - 2021-04-20 06:29:23 lnd - Calling /glade/work/djk2120/PPEn08/cime/../cime_config/buildnml - 2021-04-20 06:29:23 ice - Calling /glade/work/djk2120/PPEn08/cime/src/components/stub_comps_mct/sice/cime_config/buildnml - 2021-04-20 06:29:23 ocn - Calling /glade/work/djk2120/PPEn08/cime/src/components/stub_comps_mct/socn/cime_config/buildnml - 2021-04-20 06:29:23 rof - Calling /glade/work/djk2120/PPEn08/cime/src/components/stub_comps_mct/srof/cime_config/buildnml - 2021-04-20 06:29:23 glc - Calling /glade/work/djk2120/PPEn08/cime/src/components/stub_comps_mct/sglc/cime_config/buildnml - 2021-04-20 06:29:23 wav - Calling /glade/work/djk2120/PPEn08/cime/src/components/stub_comps_mct/swav/cime_config/buildnml - 2021-04-20 06:29:23 iac - Running /glade/work/djk2120/PPEn08/cime/src/components/stub_comps_mct/siac/cime_config/buildnml - 2021-04-20 06:29:23 esp - Calling /glade/work/djk2120/PPEn08/cime/src/components/stub_comps_mct/sesp/cime_config/buildnml - 2021-04-20 06:29:23 cpl - Calling /glade/work/djk2120/PPEn08/cime/src/drivers/mct/cime_config/buildnml -Building gptl with output to file /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/gptl.bldlog.210420-062922 - Calling /glade/work/djk2120/PPEn08/cime/src/build_scripts/buildlib.gptl -Building mct with output to file /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/mct.bldlog.210420-062922 - Calling /glade/work/djk2120/PPEn08/cime/src/build_scripts/buildlib.mct -Building pio with output to file /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/pio.bldlog.210420-062922 - Calling /glade/work/djk2120/PPEn08/cime/src/build_scripts/buildlib.pio -Component pio build complete with 2 warnings -Building csm_share with output to file /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/csm_share.bldlog.210420-062922 - Calling /glade/work/djk2120/PPEn08/cime/src/build_scripts/buildlib.csm_share -Component csm_share build complete with 20 warnings - - Building clm library -Building lnd with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/lnd.bldlog.210420-062922 -Component lnd build complete with 11 warnings -clm built in 173.373592 seconds - - Building atm Library -Building atm with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/atm.bldlog.210420-062922 - - Building ice Library -Building ice with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/ice.bldlog.210420-062922 - - Building ocn Library -Building ocn with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/ocn.bldlog.210420-062922 - - Building rof Library -Building rof with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/rof.bldlog.210420-062922 - - Building glc Library -Building glc with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/glc.bldlog.210420-062922 - - Building wav Library -Building wav with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/wav.bldlog.210420-062922 - - Building iac Library -Building iac with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/iac.bldlog.210420-062922 - - Building esp Library -Building esp with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/esp.bldlog.210420-062922 -sice built in 0.770513 seconds -sesp built in 0.751820 seconds -siac built in 0.760852 seconds -swav built in 0.767796 seconds -socn built in 0.783751 seconds -sglc built in 0.788747 seconds -srof built in 0.809243 seconds -datm built in 3.198890 seconds -Building cesm from /glade/work/djk2120/PPEn08/cime/src/drivers/mct/cime_config/buildexe with output to /glade/scratch/djk2120/PPEn08_CTL2010_postSASU/bld/cesm.bldlog.210420-062922 -Time spent not building: 1.803884 sec -Time spent building: 321.485831 sec -MODEL BUILD HAS FINISHED SUCCESSFULLY diff --git a/jobscripts/PPEn08/chunk01.txt b/jobscripts/PPEn08/chunk01.txt deleted file mode 100644 index df59902..0000000 --- a/jobscripts/PPEn08/chunk01.txt +++ /dev/null @@ -1,382 +0,0 @@ -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0069 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0082 -OAAT0083 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0109 -OAAT0110 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0134 -OAAT0135 -OAAT0136 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0215 -OAAT0216 -OAAT0217 -OAAT0218 -OAAT0219 -OAAT0220 -OAAT0221 -OAAT0222 -OAAT0223 -OAAT0224 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0250 -OAAT0251 -OAAT0252 -OAAT0253 -OAAT0254 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0261 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0267 -OAAT0268 -OAAT0269 -OAAT0270 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0337 -OAAT0338 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 diff --git a/jobscripts/PPEn08/chunk02.txt b/jobscripts/PPEn08/chunk02.txt deleted file mode 100644 index 64f8111..0000000 --- a/jobscripts/PPEn08/chunk02.txt +++ /dev/null @@ -1,384 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0082 -OAAT0083 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0109 -OAAT0110 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0134 -OAAT0135 -OAAT0136 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0215 -OAAT0216 -OAAT0217 -OAAT0218 -OAAT0219 -OAAT0220 -OAAT0221 -OAAT0222 -OAAT0223 -OAAT0224 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0250 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0261 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0267 -OAAT0268 -OAAT0269 -OAAT0270 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0337 -OAAT0338 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 diff --git a/jobscripts/PPEn08/chunk03.txt b/jobscripts/PPEn08/chunk03.txt deleted file mode 100644 index 2f0dfe4..0000000 --- a/jobscripts/PPEn08/chunk03.txt +++ /dev/null @@ -1,378 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0082 -OAAT0083 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0109 -OAAT0110 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0134 -OAAT0135 -OAAT0136 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0215 -OAAT0216 -OAAT0217 -OAAT0218 -OAAT0219 -OAAT0220 -OAAT0221 -OAAT0222 -OAAT0223 -OAAT0224 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0337 -OAAT0338 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 diff --git a/jobscripts/PPEn08/chunk04.txt b/jobscripts/PPEn08/chunk04.txt deleted file mode 100644 index ba533b5..0000000 --- a/jobscripts/PPEn08/chunk04.txt +++ /dev/null @@ -1,371 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0082 -OAAT0083 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0109 -OAAT0110 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0134 -OAAT0135 -OAAT0136 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0215 -OAAT0216 -OAAT0217 -OAAT0218 -OAAT0219 -OAAT0220 -OAAT0221 -OAAT0222 -OAAT0223 -OAAT0224 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0337 -OAAT0338 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 diff --git a/jobscripts/PPEn08/configs/CTL2010_AD.config b/jobscripts/PPEn08/configs/CTL2010_AD.config deleted file mode 100644 index c26b6cb..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_AD.config +++ /dev/null @@ -1,60 +0,0 @@ -codebase='PPEn08' -ensname='CTL2010' -runtype='AD' -chunk="chunk01" - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn08/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -caseDir=$ensname"/" -casePrefix=$codebase"_"$ensname"_"$runtype - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#list of parameter sets to test -paramList=$PPE_DIR$codebase"/"$chunk".txt" - -#number of instances per case -# this can be used to optimize computational costs -ninst=7 - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - finidatSuff="_"$prevtype"restart.nc" - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=false -exeroot="na" - -#specify how to name the history files -TAPE='h0' -histDir=$SCRATCH$codebase"/hist"$runtype"/" -histBase=$codebase"_"$ensname"_" -histSuffix="_"$runtype".clm2." - diff --git a/jobscripts/PPEn08/configs/CTL2010_AD_rejects.config b/jobscripts/PPEn08/configs/CTL2010_AD_rejects.config deleted file mode 100644 index a1e5f9d..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_AD_rejects.config +++ /dev/null @@ -1,60 +0,0 @@ -codebase='PPEn08' -ensname='CTL2010' -runtype='AD' -chunk="CTL2010_AD_rejects" - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn08/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -caseDir=$ensname"/" -casePrefix=$codebase"_"$ensname"_"$runtype - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#list of parameter sets to test -paramList=$PPE_DIR$codebase"/"$chunk".txt" - -#number of instances per case -# this can be used to optimize computational costs -ninst=1 - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - finidatSuff="_"$prevtype"restart.nc" - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=false -exeroot="na" - -#specify how to name the history files -TAPE='h0' -histDir=$SCRATCH$codebase"/hist"$runtype"/" -histBase=$codebase"_"$ensname"_" -histSuffix="_"$runtype".clm2." - diff --git a/jobscripts/PPEn08/configs/CTL2010_AD_rejects.insts b/jobscripts/PPEn08/configs/CTL2010_AD_rejects.insts deleted file mode 100644 index 09f0d9c..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_AD_rejects.insts +++ /dev/null @@ -1,21 +0,0 @@ -057 -058 -059 -060 -061 -062 -063 -064 -065 -066 -067 -068 -069 -070 -071 -072 -073 -074 -075 -076 -077 diff --git a/jobscripts/PPEn08/configs/CTL2010_PROD.config b/jobscripts/PPEn08/configs/CTL2010_PROD.config deleted file mode 100644 index 605c088..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_PROD.config +++ /dev/null @@ -1,61 +0,0 @@ -codebase='PPEn08' -ensname='CTL2010' -runtype='PROD' -chunk="chunk04" - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn08/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -caseDir=$ensname"/" -casePrefix=$codebase"_"$ensname"_"$runtype - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#list of parameter sets to test -paramList=$PPE_DIR$codebase"/"$chunk".txt" - -#number of instances per case -# this can be used to optimize computational costs -ninst=7 - -#options for specifying unique restart files for each paramset -myfinsuff="_"$runtype"restart.nc" -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - finidatSuff="_"$prevtype"restart.nc" - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=false -exeroot="na" - -#specify how to name the history files -TAPE='h0' -histDir=$SCRATCH$codebase"/hist"$runtype"/" -histBase=$codebase"_"$ensname"_" -histSuffix="_"$runtype".clm2." - diff --git a/jobscripts/PPEn08/configs/CTL2010_PROD_casekeys.txt b/jobscripts/PPEn08/configs/CTL2010_PROD_casekeys.txt deleted file mode 100644 index e49bd63..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_PROD_casekeys.txt +++ /dev/null @@ -1,53 +0,0 @@ -001 -002 -003 -004 -005 -006 -007 -008 -009 -010 -011 -012 -013 -014 -015 -016 -017 -018 -019 -020 -021 -022 -023 -024 -025 -026 -027 -028 -029 -030 -031 -032 -033 -034 -035 -036 -037 -038 -039 -040 -041 -042 -043 -044 -045 -046 -047 -048 -049 -050 -051 -052 -053 diff --git a/jobscripts/PPEn08/configs/CTL2010_SASU.config b/jobscripts/PPEn08/configs/CTL2010_SASU.config deleted file mode 100644 index 19688be..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_SASU.config +++ /dev/null @@ -1,61 +0,0 @@ -codebase='PPEn08' -ensname='CTL2010' -runtype='SASU' -chunk="chunk02" - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn08/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -caseDir=$ensname"/" -casePrefix=$codebase"_"$ensname"_"$runtype - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#list of parameter sets to test -paramList=$PPE_DIR$codebase"/"$chunk".txt" - -#number of instances per case -# this can be used to optimize computational costs -ninst=7 - -#options for specifying unique restart files for each paramset -myfinsuff="_"$runtype"restart.nc" -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - finidatSuff="_"$prevtype"restart.nc" - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=false -exeroot="na" - -#specify how to name the history files -TAPE='h0' -histDir=$SCRATCH$codebase"/hist"$runtype"/" -histBase=$codebase"_"$ensname"_" -histSuffix="_"$runtype".clm2." - diff --git a/jobscripts/PPEn08/configs/CTL2010_SASU_casekeys.txt b/jobscripts/PPEn08/configs/CTL2010_SASU_casekeys.txt deleted file mode 100644 index 67c2af7..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_SASU_casekeys.txt +++ /dev/null @@ -1,55 +0,0 @@ -001 -002 -003 -004 -005 -006 -007 -008 -009 -010 -011 -012 -013 -014 -015 -016 -017 -018 -019 -020 -021 -022 -023 -024 -025 -026 -027 -028 -029 -030 -031 -032 -033 -034 -035 -036 -037 -038 -039 -040 -041 -042 -043 -044 -045 -046 -047 -048 -049 -050 -051 -052 -053 -054 -055 diff --git a/jobscripts/PPEn08/configs/CTL2010_SASU_rejects.config b/jobscripts/PPEn08/configs/CTL2010_SASU_rejects.config deleted file mode 100644 index 1edc300..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_SASU_rejects.config +++ /dev/null @@ -1,61 +0,0 @@ -codebase='PPEn08' -ensname='CTL2010' -runtype='SASU' -chunk="CTL2010_SASU_rejects" - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn08/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -caseDir=$ensname"/" -casePrefix=$codebase"_"$ensname"_"$runtype - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#list of parameter sets to test -paramList=$PPE_DIR$codebase"/"$chunk".txt" - -#number of instances per case -# this can be used to optimize computational costs -ninst=1 - -#options for specifying unique restart files for each paramset -myfinsuff="_"$runtype"restart.nc" -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - finidatSuff="_"$prevtype"restart.nc" - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=false -exeroot="na" - -#specify how to name the history files -TAPE='h0' -histDir=$SCRATCH$codebase"/hist"$runtype"/" -histBase=$codebase"_"$ensname"_" -histSuffix="_"$runtype".clm2." - diff --git a/jobscripts/PPEn08/configs/CTL2010_SASU_rejects_casekeys.txt b/jobscripts/PPEn08/configs/CTL2010_SASU_rejects_casekeys.txt deleted file mode 100644 index 7562cd9..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_SASU_rejects_casekeys.txt +++ /dev/null @@ -1,21 +0,0 @@ -056 -057 -058 -059 -060 -061 -062 -063 -064 -065 -066 -067 -068 -069 -070 -071 -072 -073 -074 -075 -076 diff --git a/jobscripts/PPEn08/configs/CTL2010_postSASU.config b/jobscripts/PPEn08/configs/CTL2010_postSASU.config deleted file mode 100644 index b311e8f..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_postSASU.config +++ /dev/null @@ -1,61 +0,0 @@ -codebase='PPEn08' -ensname='CTL2010' -runtype='postSASU' -chunk="chunk03" - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn08/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -caseDir=$ensname"/" -casePrefix=$codebase"_"$ensname"_"$runtype - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#list of parameter sets to test -paramList=$PPE_DIR$codebase"/"$chunk".txt" - -#number of instances per case -# this can be used to optimize computational costs -ninst=7 - -#options for specifying unique restart files for each paramset -myfinsuff="_"$runtype"restart.nc" -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - finidatSuff="_"$prevtype"restart.nc" - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=false -exeroot="na" - -#specify how to name the history files -TAPE='h0' -histDir=$SCRATCH$codebase"/hist"$runtype"/" -histBase=$codebase"_"$ensname"_" -histSuffix="_"$runtype".clm2." - diff --git a/jobscripts/PPEn08/configs/CTL2010_postSASU_casekeys.txt b/jobscripts/PPEn08/configs/CTL2010_postSASU_casekeys.txt deleted file mode 100644 index 5de61e1..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_postSASU_casekeys.txt +++ /dev/null @@ -1,54 +0,0 @@ -001 -002 -003 -004 -005 -006 -007 -008 -009 -010 -011 -012 -013 -014 -015 -016 -017 -018 -019 -020 -021 -022 -023 -024 -025 -026 -027 -028 -029 -030 -031 -032 -033 -034 -035 -036 -037 -038 -039 -040 -041 -042 -043 -044 -045 -046 -047 -048 -049 -050 -051 -052 -053 -054 diff --git a/jobscripts/PPEn08/configs/CTL2010_postSASU_rejects.config b/jobscripts/PPEn08/configs/CTL2010_postSASU_rejects.config deleted file mode 100644 index 31fddc0..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_postSASU_rejects.config +++ /dev/null @@ -1,61 +0,0 @@ -codebase='PPEn08' -ensname='CTL2010' -runtype='postSASU' -chunk="CTL2010_postSASU_rejects" - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn08/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -caseDir=$ensname"/" -casePrefix=$codebase"_"$ensname"_"$runtype - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#list of parameter sets to test -paramList=$PPE_DIR$codebase"/"$chunk".txt" - -#number of instances per case -# this can be used to optimize computational costs -ninst=1 - -#options for specifying unique restart files for each paramset -myfinsuff="_"$runtype"restart.nc" -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - finidatSuff="_"$prevtype"restart.nc" - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=false -exeroot="na" - -#specify how to name the history files -TAPE='h0' -histDir=$SCRATCH$codebase"/hist"$runtype"/" -histBase=$codebase"_"$ensname"_" -histSuffix="_"$runtype".clm2." - diff --git a/jobscripts/PPEn08/configs/CTL2010_postSASU_rejects_casekeys.txt b/jobscripts/PPEn08/configs/CTL2010_postSASU_rejects_casekeys.txt deleted file mode 100644 index d9507b9..0000000 --- a/jobscripts/PPEn08/configs/CTL2010_postSASU_rejects_casekeys.txt +++ /dev/null @@ -1,14 +0,0 @@ -055 -056 -057 -058 -059 -060 -061 -062 -063 -064 -065 -066 -067 -068 diff --git a/jobscripts/PPEn08/configs/tmp.sh b/jobscripts/PPEn08/configs/tmp.sh deleted file mode 100644 index 9376b29..0000000 --- a/jobscripts/PPEn08/configs/tmp.sh +++ /dev/null @@ -1,4 +0,0 @@ -file="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn08/configs/CTL2010_PROD_casekeys.txt" -for i in $(seq -f "%03g" 1 53); do - echo $i >> $file -done diff --git a/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_AD.base b/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_AD.base deleted file mode 100644 index 402deb1..0000000 --- a/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_AD.base +++ /dev/null @@ -1,27 +0,0 @@ -!---------------------------------------------------------------------------------- -! Users should add all user specific namelist changes below in the form of -! namelist_var = new_namelist_value -! -! EXCEPTIONS: -! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting -! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting -! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting -! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting -! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting -! Set co2_ppmv with CCSM_CO2_PPMV option -! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options -! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases -! (includes $inst_string for multi-ensemble cases) -! or with CLM_FORCE_COLDSTART to do a cold start -! or set it with an explicit filename here. -! Set maxpatch_glcmec with GLC_NEC option -! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable -!---------------------------------------------------------------------------------- -finidat='/glade/scratch/djk2120/PPEn08/restarts/basecases/PPEn08_CTL2010_postSASU.clm2.r.0041-01-01-00000.nc' -calc_human_stress_indices = 'NONE' -reseed_dead_plants = .true. -hist_fincl1 = 'TOTECOSYSC', 'TOTECOSYSN', 'TOTSOMC', 'TOTSOMN', 'TOTVEGC', 'TOTVEGN', 'TLAI', 'GPP', 'CPOOL', 'NPP', 'TWS', 'H2OSNO', 'CWDC', 'TOTSOMC_1m' -hist_dov2xy = .false. -hist_type1d_pertape = 'GRID' -hist_mfilt=999 - diff --git a/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_PROD.base b/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_PROD.base deleted file mode 100644 index e1c06b7..0000000 --- a/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_PROD.base +++ /dev/null @@ -1,134 +0,0 @@ -!---------------------------------------------------------------------------------- -! Users should add all user specific namelist changes below in the form of -! namelist_var = new_namelist_value -! -! EXCEPTIONS: -! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting -! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting -! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting -! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting -! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting -! Set co2_ppmv with CCSM_CO2_PPMV option -! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options -! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases -! (includes $inst_string for multi-ensemble cases) -! or with CLM_FORCE_COLDSTART to do a cold start -! or set it with an explicit filename here. -! Set maxpatch_glcmec with GLC_NEC option -! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable -!---------------------------------------------------------------------------------- -!paramfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc' -calc_human_stress_indices = 'NONE' - - -! h0 stream (monthly average, gridcell-level) -! h0 stream ICE variables and other variables inactive by default (monthly average, gridcell-level) -! Emon, Lmon, LIMon -hist_mfilt(1) = 120 -hist_dov2xy(1) = .false. -hist_nhtfrq(1) = 0 -hist_type1d_pertape(1) = 'GRID' -hist_fexcl1 += 'PCT_GLC_MEC','PCT_NAT_PFT' -hist_fincl1 += 'EFLX_LH_TOT_ICE', 'FIRE_ICE', 'FLDS_ICE', 'FSH_ICE', 'FSNO_ICE', 'FSR_ICE', 'QFLX_SOLIDEVAP_FROM_TOP_LAYER_ICE', 'QRUNOFF_ICE', 'QSNOFRZ_ICE', 'QSNOMELT_ICE', 'RAIN_ICE', 'SNOW_ICE', 'SNOWICE_ICE', 'SNOWLIQ_ICE', 'SNOTXMASS_ICE', 'TG_ICE', 'TOPO_COL_ICE', 'TSA_ICE', 'TSOI_ICE', 'VEGWPLN', 'VEGWPPD', 'QHR','VPD_CAN' - -! h1 stream (monthly average, finest sub-grid) -! Emon, Lmon -hist_mfilt(2) = 120 -hist_dov2xy(2) = .false. -hist_nhtfrq(2) = 0 -hist_type1d_pertape(2) = ' ' -hist_fincl2 += 'TLAI', 'TSA','TREFMNAV','TREFMXAV', 'BTRANMN', 'Vcmx25Z', 'FSH', 'VEGWP', 'FCTR', 'FCEV', 'FGEV', 'FIRE', 'FSR', 'FIRA', 'FSA', 'GSSUNLN', 'GSSHALN', 'TSKIN' - -! h2 stream (monthly average, landunit-level) -! Emon -hist_mfilt(3) = 120 -hist_dov2xy(3) = .false. -hist_nhtfrq(3) = 0 -hist_type1d_pertape(3) = 'LAND' -hist_fincl3 += 'FSR', 'H2OSNO', 'Q2M', 'SNOWDP', 'TSA', 'TREFMNAV', 'TREFMXAV', 'TG', 'QRUNOFF', 'FSH', 'FIRE', 'FIRA', 'FGR', 'EFLX_LH_TOT', 'RH2M', 'TLAI', 'SOILWATER_10CM', 'TOTSOILLIQ', 'TOTSOILICE', 'U10', 'TSOI_10CM', 'QIRRIG_DRIP', 'URBAN_HEAT', 'WASTEHEAT', 'TSKIN' - -! h3 stream (yearly average, gridcell-level) -! Eyr -hist_mfilt(4) = 11 -hist_dov2xy(4) = .false. -hist_nhtfrq(4) = -8760 -hist_type1d_pertape(4) = 'GRID' -hist_fincl4 += 'PCT_GLC_MEC', 'QICE_FORC', 'TSRF_FORC', 'TOPO_FORC', 'PCT_NAT_PFT','PCT_LANDUNIT','FSNO_ICE' - -! h4 stream (yearly average, landunit-level) -! Eyr landuse tiles -! (No fields in base, but other usermods add to this stream) -hist_mfilt(5) = 11 -hist_dov2xy(5) = .false. -hist_nhtfrq(5) = -8760 -hist_type1d_pertape(5) = 'LAND' - -!---------------------------------------------------------------------------------- -! Settings from output_bgc -!---------------------------------------------------------------------------------- - -! h0 stream (monthly average, gridcell-level) -hist_fexcl1 += 'SOIL1C_vr', 'SOIL1N_vr', 'SOIL2C_vr', 'SOIL2N_vr', 'SOIL3C_vr', 'SOIL3N_vr', 'SOILC_vr', 'SOILN_vr', 'CWDC_vr', 'LITR1C_vr', 'LITR2C_vr', 'LITR3C_vr', 'LITR1N_vr', 'LITR2N_vr', 'LITR3N_vr', 'CWDN_vr', 'SMIN_NO3_vr', 'CONC_O2_UNSAT', 'CONC_O2_SAT','SMIN_NH4_vr','SMINN_vr' -hist_fincl1 += 'LEAFC_TO_LITTER', 'FROOTC_TO_LITTER','LITR1C_TO_SOIL1C','LITR1N_TO_SOIL1N','LITR2C_TO_SOIL1C', 'LITR2N_TO_SOIL1N','LITR3C_TO_SOIL2C','LITR3N_TO_SOIL2N','DWT_WOOD_PRODUCTC_GAIN_PATCH' - -! h1 stream (monthly average, finest sub-grid) -hist_fincl2 += 'GPP', 'NPP', 'AGNPP', 'TOTVEGC', 'NPP_NUPTAKE', 'AR', 'HR', 'HTOP' - -! h2 stream (monthly average, landunit-level) -! TOT_WOODPRODC:I, CROPPROD1C:I, and NEE are not available at the landunit level -hist_fincl3 += 'GPP', 'NPP', 'AR', 'HR', 'DWT_CONV_CFLUX_PATCH', 'WOOD_HARVESTC', 'DWT_WOOD_PRODUCTC_GAIN_PATCH', 'SLASH_HARVESTC', 'COL_FIRE_CLOSS', 'DWT_SLASH_CFLUX_PATCH', 'FROOTC:I', 'HTOP' - -! h3 stream (yearly average, gridcell-level) -hist_fincl4 += 'SOILC_vr', 'SOILN_vr', 'CWDC_vr', 'LITR1C_vr', 'LITR2C_vr', 'LITR3C_vr', 'LITR1N_vr', 'LITR2N_vr', 'LITR3N_vr','CWDN_vr', 'TOTLITC:I', 'TOT_WOODPRODC:I', 'TOTSOMC:I','TOTVEGC:I' - -! h4 stream (yearly average, landunit-level) -hist_fincl5 += 'TOTSOMC:I', 'TOTSOMC_1m:I', 'TOTECOSYSC:I', 'TOTVEGC:I', 'WOODC:I', 'TOTLITC:I', 'LIVECROOTC:I', 'DEADCROOTC:I', 'FROOTC:I' - -!---------------------------------------------------------------------------------- -! Settings from output_base_highfreq -!---------------------------------------------------------------------------------- - -! h5 stream (daily average, gridcell-level) -! day, Eday -hist_mfilt(6) = 3651 -hist_dov2xy(6) = .false. -hist_nhtfrq(6) = -24 -hist_type1d_pertape(6) = 'GRID' -hist_fincl6 += 'SOILWATER_10CM', 'EFLX_LH_TOT', 'FSH', 'FGR', 'FGR12', 'FSM', 'TLAI', 'QDRAI', 'QDRAI_PERCH', 'QOVER', 'FSA', 'FIRA', 'H2OSNO', 'SNOWDP', 'H2OSFC', 'TV', 'TG', 'QVEGT', 'TWS', 'QVEGE', 'QSOIL', 'TSKIN', 'FSDS','FSNO','QINTR','SNOWICE','SNOWLIQ','QRUNOFF','H2OSOI','TSOI_10CM','VEGWPLN','VEGWPPD', 'VPD_CAN' - -! h6 stream (daily average, landunit-level) -! Eday -!hist_mfilt(7) = 3651 -!hist_dov2xy(7) = .false. -!hist_nhtfrq(7) = -24 -!hist_type1d_pertape(7) = 'LAND' -!hist_fincl7 += 'TREFMXAV','TREFMNAV' - -!---------------------------------------------------------------------------------- -! Settings from output_bgc_highfreq -!---------------------------------------------------------------------------------- - -! h5 stream (daily average, gridcell-level) -hist_fincl6 += 'GPP', 'NPP', 'AR', 'HR', 'ALT' - -!---------------------------------------------------------------------------------- -! Settings from output_base_highfreq -!---------------------------------------------------------------------------------- - -! h7 stream (3-hourly average, gridcell-level) -! 3hr, E3hr, CF3hr -! 3hr requires QRUNOFF for time mean, and SOILWATER_10CM, TSKIN for time point (I) -! CF3hr requires QFLX_SOLIDEVAP_FROM_TOP_LAYER for time point (I) -hist_mfilt(8) = 29201 -hist_dov2xy(8) = .false. -hist_nhtfrq(8) = -3 -hist_type1d_pertape(8) = 'GRID' -hist_fincl8 += 'TSA','RH2M','FSH','EFLX_LH_TOT','TSKIN:I' - -!---------------------------------------------------------------------------------- -! Settings from output_bgc_highfreq -!---------------------------------------------------------------------------------- - -! h7 stream (3-hourly average, gridcell-level) -! E3hr requires GPP, AR, HR for time mean -hist_fincl8 += 'GPP','AR','HR' diff --git a/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_SASU.base b/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_SASU.base deleted file mode 100644 index 60de1c6..0000000 --- a/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_SASU.base +++ /dev/null @@ -1,26 +0,0 @@ -!---------------------------------------------------------------------------------- -! Users should add all user specific namelist changes below in the form of -! namelist_var = new_namelist_value -! -! EXCEPTIONS: -! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting -! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting -! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting -! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting -! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting -! Set co2_ppmv with CCSM_CO2_PPMV option -! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options -! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases -! (includes $inst_string for multi-ensemble cases) -! or with CLM_FORCE_COLDSTART to do a cold start -! or set it with an explicit filename here. -! Set maxpatch_glcmec with GLC_NEC option -! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable -!---------------------------------------------------------------------------------- -!paramfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc' -calc_human_stress_indices = 'NONE' -!finidat = '/glade/p/cgd/tss/people/oleson/CLM5_restarts/ctsm51c6_PPEn07ctsm51d023_2deg_GSWP3V1_Sparse400_2000AD.clm2.r.0021-01-01-00000.nc' -hist_fincl1 = 'TOTECOSYSC', 'TOTECOSYSN', 'TOTSOMC', 'TOTSOMN', 'TOTVEGC', 'TOTVEGN', 'TLAI', 'GPP', 'CPOOL', 'NPP', 'TWS', 'H2OSNO', 'CWDC', 'TOTSOMC_1m' -hist_dov2xy = .false. -hist_type1d_pertape = 'GRID' -hist_mfilt=999 diff --git a/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_postSASU.base b/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_postSASU.base deleted file mode 100644 index 326e64c..0000000 --- a/jobscripts/PPEn08/nlbase/CTL2010/CTL2010_postSASU.base +++ /dev/null @@ -1,30 +0,0 @@ -!---------------------------------------------------------------------------------- -! Users should add all user specific namelist changes below in the form of -! namelist_var = new_namelist_value -! -! EXCEPTIONS: -! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting -! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting -! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting -! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting -! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting -! Set co2_ppmv with CCSM_CO2_PPMV option -! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options -! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases -! (includes $inst_string for multi-ensemble cases) -! or with CLM_FORCE_COLDSTART to do a cold start -! or set it with an explicit filename here. -! Set maxpatch_glcmec with GLC_NEC option -! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable -!---------------------------------------------------------------------------------- - -calc_human_stress_indices = 'NONE' - -hist_fincl1 = 'TOTECOSYSC', 'TOTECOSYSN', 'TOTSOMC', 'TOTSOMN', 'TOTVEGC', 'TOTVEGN', 'TLAI', 'GPP', 'CPOOL', 'NPP', 'TWS', 'H2OSNO', 'CWDC', 'TOTSOMC_1m' -hist_fincl2 = 'TOTVEGC', 'TOTVEGN', 'TLAI', 'GPP', 'CPOOL', 'NPP' -hist_dov2xy = .false.,.false -hist_type1d_pertape = 'GRID' -hist_nhtfrq = -8760,-8760 -hist_mfilt = 999,999 -use_matrixcn = .true. -use_soil_matrixcn = .true. diff --git a/jobscripts/PPEn08/nlbase/basecases/AD.base b/jobscripts/PPEn08/nlbase/basecases/AD.base deleted file mode 100644 index c12b6b5..0000000 --- a/jobscripts/PPEn08/nlbase/basecases/AD.base +++ /dev/null @@ -1,28 +0,0 @@ -!---------------------------------------------------------------------------------- -! Users should add all user specific namelist changes below in the form of -! namelist_var = new_namelist_value -! -! EXCEPTIONS: -! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting -! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting -! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting -! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting -! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting -! Set co2_ppmv with CCSM_CO2_PPMV option -! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options -! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases -! (includes $inst_string for multi-ensemble cases) -! or with CLM_FORCE_COLDSTART to do a cold start -! or set it with an explicit filename here. -! Set maxpatch_glcmec with GLC_NEC option -! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable -!---------------------------------------------------------------------------------- -!paramfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc' -calc_human_stress_indices = 'NONE' -finidat = '/glade/p/cgd/tss/people/oleson/CLM5_restarts/ctsm51c6_PPEn05cnmatrixn04ctsm51d023_2deg_GSWP3V1_Sparse400_fullout_2000pAD.clm2.r.3081-01-01-00000.nc' -!use_init_interp = .true. -reseed_dead_plants = .true. -hist_fincl1 = 'TOTECOSYSC', 'TOTECOSYSN', 'TOTSOMC', 'TOTSOMN', 'TOTVEGC', 'TOTVEGN', 'TLAI', 'GPP', 'CPOOL', 'NPP', 'TWS', 'H2OSNO', 'CWDC', 'TOTSOMC_1m' -hist_dov2xy = .false. -hist_type1d_pertape = 'GRID' -hist_mfilt=999 \ No newline at end of file diff --git a/jobscripts/PPEn08/nlbase/basecases/PROD.base b/jobscripts/PPEn08/nlbase/basecases/PROD.base deleted file mode 100644 index b381686..0000000 --- a/jobscripts/PPEn08/nlbase/basecases/PROD.base +++ /dev/null @@ -1,134 +0,0 @@ -!---------------------------------------------------------------------------------- -! Users should add all user specific namelist changes below in the form of -! namelist_var = new_namelist_value -! -! EXCEPTIONS: -! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting -! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting -! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting -! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting -! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting -! Set co2_ppmv with CCSM_CO2_PPMV option -! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options -! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases -! (includes $inst_string for multi-ensemble cases) -! or with CLM_FORCE_COLDSTART to do a cold start -! or set it with an explicit filename here. -! Set maxpatch_glcmec with GLC_NEC option -! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable -!---------------------------------------------------------------------------------- -paramfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc' -calc_human_stress_indices = 'NONE' - - -! h0 stream (monthly average, gridcell-level) -! h0 stream ICE variables and other variables inactive by default (monthly average, gridcell-level) -! Emon, Lmon, LIMon -hist_mfilt(1) = 120 -hist_dov2xy(1) = .false. -hist_nhtfrq(1) = 0 -hist_type1d_pertape(1) = 'GRID' -hist_fexcl1 += 'PCT_GLC_MEC','PCT_NAT_PFT' -hist_fincl1 += 'EFLX_LH_TOT_ICE', 'FIRE_ICE', 'FLDS_ICE', 'FSH_ICE', 'FSNO_ICE', 'FSR_ICE', 'QFLX_SOLIDEVAP_FROM_TOP_LAYER_ICE', 'QRUNOFF_ICE', 'QSNOFRZ_ICE', 'QSNOMELT_ICE', 'RAIN_ICE', 'SNOW_ICE', 'SNOWICE_ICE', 'SNOWLIQ_ICE', 'SNOTXMASS_ICE', 'TG_ICE', 'TOPO_COL_ICE', 'TSA_ICE', 'TSOI_ICE', 'VEGWPLN', 'VEGWPPD', 'QHR','VPD_CAN' - -! h1 stream (monthly average, finest sub-grid) -! Emon, Lmon -hist_mfilt(2) = 120 -hist_dov2xy(2) = .false. -hist_nhtfrq(2) = 0 -hist_type1d_pertape(2) = ' ' -hist_fincl2 += 'TLAI', 'TSA','TREFMNAV','TREFMXAV', 'BTRANMN', 'Vcmx25Z', 'FSH', 'VEGWP', 'FCTR', 'FCEV', 'FGEV', 'FIRE', 'FSR', 'FIRA', 'FSA', 'GSSUNLN', 'GSSHALN', 'TSKIN' - -! h2 stream (monthly average, landunit-level) -! Emon -hist_mfilt(3) = 120 -hist_dov2xy(3) = .false. -hist_nhtfrq(3) = 0 -hist_type1d_pertape(3) = 'LAND' -hist_fincl3 += 'FSR', 'H2OSNO', 'Q2M', 'SNOWDP', 'TSA', 'TREFMNAV', 'TREFMXAV', 'TG', 'QRUNOFF', 'FSH', 'FIRE', 'FIRA', 'FGR', 'EFLX_LH_TOT', 'RH2M', 'TLAI', 'SOILWATER_10CM', 'TOTSOILLIQ', 'TOTSOILICE', 'U10', 'TSOI_10CM', 'QIRRIG_DRIP', 'URBAN_HEAT', 'WASTEHEAT', 'TSKIN' - -! h3 stream (yearly average, gridcell-level) -! Eyr -hist_mfilt(4) = 11 -hist_dov2xy(4) = .false. -hist_nhtfrq(4) = -8760 -hist_type1d_pertape(4) = 'GRID' -hist_fincl4 += 'PCT_GLC_MEC', 'QICE_FORC', 'TSRF_FORC', 'TOPO_FORC', 'PCT_NAT_PFT','PCT_LANDUNIT','FSNO_ICE' - -! h4 stream (yearly average, landunit-level) -! Eyr landuse tiles -! (No fields in base, but other usermods add to this stream) -hist_mfilt(5) = 11 -hist_dov2xy(5) = .false. -hist_nhtfrq(5) = -8760 -hist_type1d_pertape(5) = 'LAND' - -!---------------------------------------------------------------------------------- -! Settings from output_bgc -!---------------------------------------------------------------------------------- - -! h0 stream (monthly average, gridcell-level) -hist_fexcl1 += 'SOIL1C_vr', 'SOIL1N_vr', 'SOIL2C_vr', 'SOIL2N_vr', 'SOIL3C_vr', 'SOIL3N_vr', 'SOILC_vr', 'SOILN_vr', 'CWDC_vr', 'LITR1C_vr', 'LITR2C_vr', 'LITR3C_vr', 'LITR1N_vr', 'LITR2N_vr', 'LITR3N_vr', 'CWDN_vr', 'SMIN_NO3_vr', 'CONC_O2_UNSAT', 'CONC_O2_SAT','SMIN_NH4_vr','SMINN_vr' -hist_fincl1 += 'LEAFC_TO_LITTER', 'FROOTC_TO_LITTER','LITR1C_TO_SOIL1C','LITR1N_TO_SOIL1N','LITR2C_TO_SOIL1C', 'LITR2N_TO_SOIL1N','LITR3C_TO_SOIL2C','LITR3N_TO_SOIL2N','DWT_WOOD_PRODUCTC_GAIN_PATCH' - -! h1 stream (monthly average, finest sub-grid) -hist_fincl2 += 'GPP', 'NPP', 'AGNPP', 'TOTVEGC', 'NPP_NUPTAKE', 'AR', 'HR', 'HTOP' - -! h2 stream (monthly average, landunit-level) -! TOT_WOODPRODC:I, CROPPROD1C:I, and NEE are not available at the landunit level -hist_fincl3 += 'GPP', 'NPP', 'AR', 'HR', 'DWT_CONV_CFLUX_PATCH', 'WOOD_HARVESTC', 'DWT_WOOD_PRODUCTC_GAIN_PATCH', 'SLASH_HARVESTC', 'COL_FIRE_CLOSS', 'DWT_SLASH_CFLUX_PATCH', 'FROOTC:I', 'HTOP' - -! h3 stream (yearly average, gridcell-level) -hist_fincl4 += 'SOILC_vr', 'SOILN_vr', 'CWDC_vr', 'LITR1C_vr', 'LITR2C_vr', 'LITR3C_vr', 'LITR1N_vr', 'LITR2N_vr', 'LITR3N_vr','CWDN_vr', 'TOTLITC:I', 'TOT_WOODPRODC:I', 'TOTSOMC:I','TOTVEGC:I' - -! h4 stream (yearly average, landunit-level) -hist_fincl5 += 'TOTSOMC:I', 'TOTSOMC_1m:I', 'TOTECOSYSC:I', 'TOTVEGC:I', 'WOODC:I', 'TOTLITC:I', 'LIVECROOTC:I', 'DEADCROOTC:I', 'FROOTC:I' - -!---------------------------------------------------------------------------------- -! Settings from output_base_highfreq -!---------------------------------------------------------------------------------- - -! h5 stream (daily average, gridcell-level) -! day, Eday -hist_mfilt(6) = 3651 -hist_dov2xy(6) = .false. -hist_nhtfrq(6) = -24 -hist_type1d_pertape(6) = 'GRID' -hist_fincl6 += 'SOILWATER_10CM', 'EFLX_LH_TOT', 'FSH', 'FGR', 'FGR12', 'FSM', 'TLAI', 'QDRAI', 'QDRAI_PERCH', 'QOVER', 'FSA', 'FIRA', 'H2OSNO', 'SNOWDP', 'H2OSFC', 'TV', 'TG', 'QVEGT', 'TWS', 'QVEGE', 'QSOIL', 'TSKIN', 'FSDS','FSNO','QINTR','SNOWICE','SNOWLIQ','QRUNOFF','H2OSOI','TSOI_10CM','VEGWPLN','VEGWPPD', 'VPD_CAN' - -! h6 stream (daily average, landunit-level) -! Eday -!hist_mfilt(7) = 3651 -!hist_dov2xy(7) = .false. -!hist_nhtfrq(7) = -24 -!hist_type1d_pertape(7) = 'LAND' -!hist_fincl7 += 'TREFMXAV','TREFMNAV' - -!---------------------------------------------------------------------------------- -! Settings from output_bgc_highfreq -!---------------------------------------------------------------------------------- - -! h5 stream (daily average, gridcell-level) -hist_fincl6 += 'GPP', 'NPP', 'AR', 'HR', 'ALT' - -!---------------------------------------------------------------------------------- -! Settings from output_base_highfreq -!---------------------------------------------------------------------------------- - -! h7 stream (3-hourly average, gridcell-level) -! 3hr, E3hr, CF3hr -! 3hr requires QRUNOFF for time mean, and SOILWATER_10CM, TSKIN for time point (I) -! CF3hr requires QFLX_SOLIDEVAP_FROM_TOP_LAYER for time point (I) -hist_mfilt(8) = 29201 -hist_dov2xy(8) = .false. -hist_nhtfrq(8) = -3 -hist_type1d_pertape(8) = 'GRID' -hist_fincl8 += 'TSA','RH2M','FSH','EFLX_LH_TOT','TSKIN:I' - -!---------------------------------------------------------------------------------- -! Settings from output_bgc_highfreq -!---------------------------------------------------------------------------------- - -! h7 stream (3-hourly average, gridcell-level) -! E3hr requires GPP, AR, HR for time mean -hist_fincl8 += 'GPP','AR','HR' diff --git a/jobscripts/PPEn08/nlbase/basecases/SASU.base b/jobscripts/PPEn08/nlbase/basecases/SASU.base deleted file mode 100644 index 60de1c6..0000000 --- a/jobscripts/PPEn08/nlbase/basecases/SASU.base +++ /dev/null @@ -1,26 +0,0 @@ -!---------------------------------------------------------------------------------- -! Users should add all user specific namelist changes below in the form of -! namelist_var = new_namelist_value -! -! EXCEPTIONS: -! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting -! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting -! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting -! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting -! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting -! Set co2_ppmv with CCSM_CO2_PPMV option -! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options -! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases -! (includes $inst_string for multi-ensemble cases) -! or with CLM_FORCE_COLDSTART to do a cold start -! or set it with an explicit filename here. -! Set maxpatch_glcmec with GLC_NEC option -! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable -!---------------------------------------------------------------------------------- -!paramfile = '/glade/p/cgd/tss/people/oleson/modify_param/ctsm51_params.c210217_kwo.c210222.nc' -calc_human_stress_indices = 'NONE' -!finidat = '/glade/p/cgd/tss/people/oleson/CLM5_restarts/ctsm51c6_PPEn07ctsm51d023_2deg_GSWP3V1_Sparse400_2000AD.clm2.r.0021-01-01-00000.nc' -hist_fincl1 = 'TOTECOSYSC', 'TOTECOSYSN', 'TOTSOMC', 'TOTSOMN', 'TOTVEGC', 'TOTVEGN', 'TLAI', 'GPP', 'CPOOL', 'NPP', 'TWS', 'H2OSNO', 'CWDC', 'TOTSOMC_1m' -hist_dov2xy = .false. -hist_type1d_pertape = 'GRID' -hist_mfilt=999 diff --git a/jobscripts/PPEn08/nlbase/basecases/postSASU.base b/jobscripts/PPEn08/nlbase/basecases/postSASU.base deleted file mode 100644 index 326e64c..0000000 --- a/jobscripts/PPEn08/nlbase/basecases/postSASU.base +++ /dev/null @@ -1,30 +0,0 @@ -!---------------------------------------------------------------------------------- -! Users should add all user specific namelist changes below in the form of -! namelist_var = new_namelist_value -! -! EXCEPTIONS: -! Set use_cndv by the compset you use and the CLM_BLDNML_OPTS -dynamic_vegetation setting -! Set use_vichydro by the compset you use and the CLM_BLDNML_OPTS -vichydro setting -! Set use_cn by the compset you use and CLM_BLDNML_OPTS -bgc setting -! Set use_crop by the compset you use and CLM_BLDNML_OPTS -crop setting -! Set spinup_state by the CLM_BLDNML_OPTS -bgc_spinup setting -! Set co2_ppmv with CCSM_CO2_PPMV option -! Set fatmlndfrc with LND_DOMAIN_PATH/LND_DOMAIN_FILE options -! Set finidat with RUN_REFCASE/RUN_REFDATE/RUN_REFTOD options for hybrid or branch cases -! (includes $inst_string for multi-ensemble cases) -! or with CLM_FORCE_COLDSTART to do a cold start -! or set it with an explicit filename here. -! Set maxpatch_glcmec with GLC_NEC option -! Set glc_do_dynglacier with GLC_TWO_WAY_COUPLING env variable -!---------------------------------------------------------------------------------- - -calc_human_stress_indices = 'NONE' - -hist_fincl1 = 'TOTECOSYSC', 'TOTECOSYSN', 'TOTSOMC', 'TOTSOMN', 'TOTVEGC', 'TOTVEGN', 'TLAI', 'GPP', 'CPOOL', 'NPP', 'TWS', 'H2OSNO', 'CWDC', 'TOTSOMC_1m' -hist_fincl2 = 'TOTVEGC', 'TOTVEGN', 'TLAI', 'GPP', 'CPOOL', 'NPP' -hist_dov2xy = .false.,.false -hist_type1d_pertape = 'GRID' -hist_nhtfrq = -8760,-8760 -hist_mfilt = 999,999 -use_matrixcn = .true. -use_soil_matrixcn = .true. diff --git a/jobscripts/PPEn08/tmp.txt b/jobscripts/PPEn08/tmp.txt deleted file mode 100644 index 9c3c614..0000000 --- a/jobscripts/PPEn08/tmp.txt +++ /dev/null @@ -1,389 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0069 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0082 -OAAT0083 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0109 -OAAT0110 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0134 -OAAT0135 -OAAT0136 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0215 -OAAT0216 -OAAT0217 -OAAT0218 -OAAT0219 -OAAT0220 -OAAT0221 -OAAT0222 -OAAT0223 -OAAT0224 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0250 -OAAT0251 -OAAT0252 -OAAT0253 -OAAT0254 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0261 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0267 -OAAT0268 -OAAT0269 -OAAT0270 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0337 -OAAT0338 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 diff --git a/jobscripts/PPEn08/tmp2.txt b/jobscripts/PPEn08/tmp2.txt deleted file mode 100644 index 64f8111..0000000 --- a/jobscripts/PPEn08/tmp2.txt +++ /dev/null @@ -1,384 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0082 -OAAT0083 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0109 -OAAT0110 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0134 -OAAT0135 -OAAT0136 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0215 -OAAT0216 -OAAT0217 -OAAT0218 -OAAT0219 -OAAT0220 -OAAT0221 -OAAT0222 -OAAT0223 -OAAT0224 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0250 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0261 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0267 -OAAT0268 -OAAT0269 -OAAT0270 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0337 -OAAT0338 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 diff --git a/jobscripts/PPEn08/tmp3.txt b/jobscripts/PPEn08/tmp3.txt deleted file mode 100644 index 2f0dfe4..0000000 --- a/jobscripts/PPEn08/tmp3.txt +++ /dev/null @@ -1,378 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0082 -OAAT0083 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0109 -OAAT0110 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0134 -OAAT0135 -OAAT0136 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0215 -OAAT0216 -OAAT0217 -OAAT0218 -OAAT0219 -OAAT0220 -OAAT0221 -OAAT0222 -OAAT0223 -OAAT0224 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0337 -OAAT0338 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 diff --git a/jobscripts/PPEn08/tmp4.txt b/jobscripts/PPEn08/tmp4.txt deleted file mode 100644 index ba533b5..0000000 --- a/jobscripts/PPEn08/tmp4.txt +++ /dev/null @@ -1,371 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0082 -OAAT0083 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0109 -OAAT0110 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0134 -OAAT0135 -OAAT0136 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0215 -OAAT0216 -OAAT0217 -OAAT0218 -OAAT0219 -OAAT0220 -OAAT0221 -OAAT0222 -OAAT0223 -OAAT0224 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0337 -OAAT0338 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 diff --git a/jobscripts/PPEn11/PPEn11v0.txt b/jobscripts/PPEn11/PPEn11v0.txt deleted file mode 100644 index 9156478..0000000 --- a/jobscripts/PPEn11/PPEn11v0.txt +++ /dev/null @@ -1,373 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0069 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0219 -OAAT0220 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 -OAAT0389 -OAAT0390 -OAAT0391 -OAAT0392 -OAAT0393 -OAAT0394 -OAAT0395 -OAAT0396 -OAAT0397 -OAAT0398 -OAAT0399 diff --git a/jobscripts/PPEn11/avoidfornow.txt b/jobscripts/PPEn11/avoidfornow.txt deleted file mode 100644 index ebadae3..0000000 --- a/jobscripts/PPEn11/avoidfornow.txt +++ /dev/null @@ -1,10 +0,0 @@ -OAAT0250 -OAAT0251 -OAAT0252 -OAAT0253 -OAAT0254 -OAAT0261 -OAAT0267 -OAAT0268 -OAAT0269 -OAAT0270 diff --git a/jobscripts/PPEn11/basecase.sh b/jobscripts/PPEn11/basecase.sh deleted file mode 100644 index 5ecf10b..0000000 --- a/jobscripts/PPEn11/basecase.sh +++ /dev/null @@ -1,46 +0,0 @@ -#DONT forget to run the simulations to generate a finidat - - - -cd /glade/work/djk2120/PPEn11/cime/scripts - - - -KEITHDIR='/glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/scripts/' - -env='C867' -base='ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_co2-867.2_2000' - - -#env='NDEP' -#base='ctsm51c6_PPEn08ctsm51d023_2deg_GSWP3V1_Sparse400_ndepp5_2000' - - -oldsuffs=('AD' '_step3' '_step4' '') -newsuffs=('_AD' '_SASU' '_postSASU' '') - -mkdir -p $env"/basecases" - -for (( i=0; i<4; i++ )); -do - - clonecase=$KEITHDIR$base${oldsuffs[$i]} - suff=${newsuffs[$i]} - newcase=$env"/basecases/PPEn11_"$env$suff - - ./create_clone --clone $clonecase --case $newcase --cime-output-root /glade/scratch/djk2120 - - cd $newcase - ./case.setup - ./xmlchange DOUT_S="false" - ./xmlchange JOB_QUEUE="economy" - ./xmlchange PROJECT="P93300041" - ./case.build - - cd - - -done - - - - diff --git a/jobscripts/PPEn11/bfb.txt b/jobscripts/PPEn11/bfb.txt deleted file mode 100644 index 672190a..0000000 --- a/jobscripts/PPEn11/bfb.txt +++ /dev/null @@ -1,17 +0,0 @@ -OAAT0082 -OAAT0083 -OAAT0109 -OAAT0110 -OAAT0134 -OAAT0135 -OAAT0136 -OAAT0215 -OAAT0216 -OAAT0217 -OAAT0218 -OAAT0221 -OAAT0222 -OAAT0223 -OAAT0224 -OAAT0337 -OAAT0338 diff --git a/jobscripts/PPEn11/claypf.txt b/jobscripts/PPEn11/claypf.txt deleted file mode 100644 index 3cb6f16..0000000 --- a/jobscripts/PPEn11/claypf.txt +++ /dev/null @@ -1,6 +0,0 @@ -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0460 -OAAT0461 diff --git a/jobscripts/PPEn11/configs/AF1855_AD_claypf.config b/jobscripts/PPEn11/configs/AF1855_AD_claypf.config deleted file mode 100644 index 2275abc..0000000 --- a/jobscripts/PPEn11/configs/AF1855_AD_claypf.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_AD_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_AD" -caseDir="AF1855/PPEn11_AF1855_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_AD" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_AD_e0.config b/jobscripts/PPEn11/configs/AF1855_AD_e0.config deleted file mode 100644 index 40f3394..0000000 --- a/jobscripts/PPEn11/configs/AF1855_AD_e0.config +++ /dev/null @@ -1,34 +0,0 @@ -#CONFIG file for: AF1855_AD_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_AD" -caseDir="AF1855/PPEn11_AF1855_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_AD" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_AD_s0.config b/jobscripts/PPEn11/configs/AF1855_AD_s0.config deleted file mode 100644 index 7ac0379..0000000 --- a/jobscripts/PPEn11/configs/AF1855_AD_s0.config +++ /dev/null @@ -1,34 +0,0 @@ -#CONFIG file for: AF1855_AD_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_AD" -caseDir="AF1855/PPEn11_AF1855_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_AD" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_AD_s1.config b/jobscripts/PPEn11/configs/AF1855_AD_s1.config deleted file mode 100644 index b151da6..0000000 --- a/jobscripts/PPEn11/configs/AF1855_AD_s1.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_AD_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_AD" -caseDir="AF1855/PPEn11_AF1855_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_AD" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_AD_s2.config b/jobscripts/PPEn11/configs/AF1855_AD_s2.config deleted file mode 100644 index b6bbe0a..0000000 --- a/jobscripts/PPEn11/configs/AF1855_AD_s2.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_AD_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_AD" -caseDir="AF1855/PPEn11_AF1855_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_AD" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_AD_sc.config b/jobscripts/PPEn11/configs/AF1855_AD_sc.config deleted file mode 100644 index 4969eb6..0000000 --- a/jobscripts/PPEn11/configs/AF1855_AD_sc.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_AD_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_AD" -caseDir="AF1855/PPEn11_AF1855_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_AD" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_AD_test.config b/jobscripts/PPEn11/configs/AF1855_AD_test.config deleted file mode 100644 index c39e7b9..0000000 --- a/jobscripts/PPEn11/configs/AF1855_AD_test.config +++ /dev/null @@ -1,34 +0,0 @@ -#CONFIG file for: AF1855_AD_test - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_AD" -caseDir="AF1855/PPEn11_AF1855_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_AD" - -#the list of paramfiles -paramList="PPEn11/test.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_AD_zb.config b/jobscripts/PPEn11/configs/AF1855_AD_zb.config deleted file mode 100644 index a8d186c..0000000 --- a/jobscripts/PPEn11/configs/AF1855_AD_zb.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_AD_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_AD" -caseDir="AF1855/PPEn11_AF1855_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_AD" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_SASU_claypf.config b/jobscripts/PPEn11/configs/AF1855_SASU_claypf.config deleted file mode 100644 index 6ab7eaf..0000000 --- a/jobscripts/PPEn11/configs/AF1855_SASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_SASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_SASU" -caseDir="AF1855/PPEn11_AF1855_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_SASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_SASU_e0.config b/jobscripts/PPEn11/configs/AF1855_SASU_e0.config deleted file mode 100644 index 2ec06a9..0000000 --- a/jobscripts/PPEn11/configs/AF1855_SASU_e0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_SASU_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_SASU" -caseDir="AF1855/PPEn11_AF1855_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_SASU" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_SASU_s0.config b/jobscripts/PPEn11/configs/AF1855_SASU_s0.config deleted file mode 100644 index 091d391..0000000 --- a/jobscripts/PPEn11/configs/AF1855_SASU_s0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_SASU_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_SASU" -caseDir="AF1855/PPEn11_AF1855_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_SASU" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_SASU_s1.config b/jobscripts/PPEn11/configs/AF1855_SASU_s1.config deleted file mode 100644 index 41082e8..0000000 --- a/jobscripts/PPEn11/configs/AF1855_SASU_s1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_SASU_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_SASU" -caseDir="AF1855/PPEn11_AF1855_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_SASU" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_SASU_s2.config b/jobscripts/PPEn11/configs/AF1855_SASU_s2.config deleted file mode 100644 index 9bc44c3..0000000 --- a/jobscripts/PPEn11/configs/AF1855_SASU_s2.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_SASU_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_SASU" -caseDir="AF1855/PPEn11_AF1855_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_SASU" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_SASU_sandpf.config b/jobscripts/PPEn11/configs/AF1855_SASU_sandpf.config deleted file mode 100644 index c5369ba..0000000 --- a/jobscripts/PPEn11/configs/AF1855_SASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_SASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_SASU" -caseDir="AF1855/PPEn11_AF1855_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_SASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_SASU_sc.config b/jobscripts/PPEn11/configs/AF1855_SASU_sc.config deleted file mode 100644 index 4e666f3..0000000 --- a/jobscripts/PPEn11/configs/AF1855_SASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_SASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_SASU" -caseDir="AF1855/PPEn11_AF1855_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_SASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_SASU_zb.config b/jobscripts/PPEn11/configs/AF1855_SASU_zb.config deleted file mode 100644 index 9bd98c8..0000000 --- a/jobscripts/PPEn11/configs/AF1855_SASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_SASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_SASU" -caseDir="AF1855/PPEn11_AF1855_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_SASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_claypf.config b/jobscripts/PPEn11/configs/AF1855_claypf.config deleted file mode 100644 index f9550ce..0000000 --- a/jobscripts/PPEn11/configs/AF1855_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855" -caseDir="AF1855/PPEn11_AF1855/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_e0.config b/jobscripts/PPEn11/configs/AF1855_e0.config deleted file mode 100644 index 04b8895..0000000 --- a/jobscripts/PPEn11/configs/AF1855_e0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855" -caseDir="AF1855/PPEn11_AF1855/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_phen.config b/jobscripts/PPEn11/configs/AF1855_phen.config deleted file mode 100644 index 8a7e18a..0000000 --- a/jobscripts/PPEn11/configs/AF1855_phen.config +++ /dev/null @@ -1,37 +0,0 @@ -#need to identify where the script can expect certain files -ensemble="AF1855" -codebase="PPEn11" -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -REST=$SCRATCH$codebase"/"$ensemble"/rest/" -HIST=$SCRATCH$codebase"/"$ensemble"/hist/" -SPIN=$SCRATCH$codebase"/"$ensemble"/spin/" - - -#the list of paramfiles -paramList=$codebase"/phen.txt" - -#where to find the parameter files -PARAMS=$SCRATCH$codebase"/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -NLMODS=$SCRATCH$codebase"/namelist_mods/" - -#presubmission template -template=$PPE"cheyenne.template" - -#specify the cases -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) - -#specify exeroots -exeroots=() -for c in ${cases[@]}; do - exeroots+=($SCRATCH$c"/bld/") -done - diff --git a/jobscripts/PPEn11/configs/AF1855_postSASU_claypf.config b/jobscripts/PPEn11/configs/AF1855_postSASU_claypf.config deleted file mode 100644 index e8b8496..0000000 --- a/jobscripts/PPEn11/configs/AF1855_postSASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_postSASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_postSASU" -caseDir="AF1855/PPEn11_AF1855_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_postSASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_postSASU_e0.config b/jobscripts/PPEn11/configs/AF1855_postSASU_e0.config deleted file mode 100644 index f27191d..0000000 --- a/jobscripts/PPEn11/configs/AF1855_postSASU_e0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_postSASU_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_postSASU" -caseDir="AF1855/PPEn11_AF1855_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_postSASU" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_postSASU_s0.config b/jobscripts/PPEn11/configs/AF1855_postSASU_s0.config deleted file mode 100644 index b82957f..0000000 --- a/jobscripts/PPEn11/configs/AF1855_postSASU_s0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_postSASU_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_postSASU" -caseDir="AF1855/PPEn11_AF1855_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_postSASU" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_postSASU_s1.config b/jobscripts/PPEn11/configs/AF1855_postSASU_s1.config deleted file mode 100644 index 3da98d2..0000000 --- a/jobscripts/PPEn11/configs/AF1855_postSASU_s1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_postSASU_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_postSASU" -caseDir="AF1855/PPEn11_AF1855_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_postSASU" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_postSASU_s2.config b/jobscripts/PPEn11/configs/AF1855_postSASU_s2.config deleted file mode 100644 index c012cd8..0000000 --- a/jobscripts/PPEn11/configs/AF1855_postSASU_s2.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_postSASU_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_postSASU" -caseDir="AF1855/PPEn11_AF1855_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_postSASU" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_postSASU_sandpf.config b/jobscripts/PPEn11/configs/AF1855_postSASU_sandpf.config deleted file mode 100644 index d05f0cc..0000000 --- a/jobscripts/PPEn11/configs/AF1855_postSASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_postSASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_postSASU" -caseDir="AF1855/PPEn11_AF1855_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_postSASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_postSASU_sc.config b/jobscripts/PPEn11/configs/AF1855_postSASU_sc.config deleted file mode 100644 index 32cbc56..0000000 --- a/jobscripts/PPEn11/configs/AF1855_postSASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_postSASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_postSASU" -caseDir="AF1855/PPEn11_AF1855_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_postSASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_postSASU_zb.config b/jobscripts/PPEn11/configs/AF1855_postSASU_zb.config deleted file mode 100644 index 603a5f4..0000000 --- a/jobscripts/PPEn11/configs/AF1855_postSASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_postSASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855_postSASU" -caseDir="AF1855/PPEn11_AF1855_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855_postSASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_s0.config b/jobscripts/PPEn11/configs/AF1855_s0.config deleted file mode 100644 index b4d8242..0000000 --- a/jobscripts/PPEn11/configs/AF1855_s0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF1855_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855" -caseDir="AF1855/PPEn11_AF1855/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_s1.config b/jobscripts/PPEn11/configs/AF1855_s1.config deleted file mode 100644 index 2f6a528..0000000 --- a/jobscripts/PPEn11/configs/AF1855_s1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855" -caseDir="AF1855/PPEn11_AF1855/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_s2.config b/jobscripts/PPEn11/configs/AF1855_s2.config deleted file mode 100644 index 3bae4ec..0000000 --- a/jobscripts/PPEn11/configs/AF1855_s2.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855" -caseDir="AF1855/PPEn11_AF1855/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_sandpf.config b/jobscripts/PPEn11/configs/AF1855_sandpf.config deleted file mode 100644 index a6ef1d9..0000000 --- a/jobscripts/PPEn11/configs/AF1855_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855" -caseDir="AF1855/PPEn11_AF1855/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_sc.config b/jobscripts/PPEn11/configs/AF1855_sc.config deleted file mode 100644 index ee0019b..0000000 --- a/jobscripts/PPEn11/configs/AF1855_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855" -caseDir="AF1855/PPEn11_AF1855/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855/bld" diff --git a/jobscripts/PPEn11/configs/AF1855_test.config b/jobscripts/PPEn11/configs/AF1855_test.config deleted file mode 100644 index d8c56b7..0000000 --- a/jobscripts/PPEn11/configs/AF1855_test.config +++ /dev/null @@ -1,21 +0,0 @@ -#CONFIG file for: AF1855_test - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855" -caseDir="AF1855/PPEn11_AF1855/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855" - -#the list of paramfiles -paramList="PPEn11/test.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_postSASU" diff --git a/jobscripts/PPEn11/configs/AF1855_zb.config b/jobscripts/PPEn11/configs/AF1855_zb.config deleted file mode 100644 index b51bf7d..0000000 --- a/jobscripts/PPEn11/configs/AF1855_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF1855_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF1855/" - -#prefix to identify these cases -casePrefix="PPEn11_AF1855" -caseDir="AF1855/PPEn11_AF1855/" - -#the case that will be cloned to create the ensemble -basecase="AF1855/basecases/PPEn11_AF1855" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF1855_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF1855/AF1855.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF1855/bld" diff --git a/jobscripts/PPEn11/configs/AF1905_AD.config b/jobscripts/PPEn11/configs/AF1905_AD.config deleted file mode 100644 index a62c358..0000000 --- a/jobscripts/PPEn11/configs/AF1905_AD.config +++ /dev/null @@ -1,45 +0,0 @@ -codebase='PPEn11' -ensname='AF1905' -runtype='AD' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -caseDir=$ensname"/" -casePrefix=$codebase"_"$ensname"_"$runtype - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname"_"$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/AF1905_PROD.config b/jobscripts/PPEn11/configs/AF1905_PROD.config deleted file mode 100644 index 6149286..0000000 --- a/jobscripts/PPEn11/configs/AF1905_PROD.config +++ /dev/null @@ -1,49 +0,0 @@ -codebase='PPEn11' -ensname='AF1905' -runtype='' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ ! $runtype == "AD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#create pad -if [ ${#runtype} -gt 0 ];then - pad='_' -else - pad='' -fi - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname$pad$runtype -caseDir=$ensname"/"$casePrefix"/" -basecase=$ensname"/basecases/"$codebase"_"$ensname$pad$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname$pad$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname$pad$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/AF1905_SASU.config b/jobscripts/PPEn11/configs/AF1905_SASU.config deleted file mode 100644 index 5df87f0..0000000 --- a/jobscripts/PPEn11/configs/AF1905_SASU.config +++ /dev/null @@ -1,44 +0,0 @@ -codebase='PPEn11' -ensname='AF1905' -runtype='SASU' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname"_"$runtype -caseDir=$ensname"/"$casePrefix"/" - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname"_"$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/AF1905_postSASU.config b/jobscripts/PPEn11/configs/AF1905_postSASU.config deleted file mode 100644 index cddf7e0..0000000 --- a/jobscripts/PPEn11/configs/AF1905_postSASU.config +++ /dev/null @@ -1,44 +0,0 @@ -codebase='PPEn11' -ensname='AF1905' -runtype='postSASU' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname"_"$runtype -caseDir=$ensname"/"$casePrefix"/" - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname"_"$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_AD_claypf.config b/jobscripts/PPEn11/configs/AF2095_AD_claypf.config deleted file mode 100644 index 78fe8e6..0000000 --- a/jobscripts/PPEn11/configs/AF2095_AD_claypf.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF2095_AD_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_AD" -caseDir="AF2095/PPEn11_AF2095_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_AD" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_AD_e0.config b/jobscripts/PPEn11/configs/AF2095_AD_e0.config deleted file mode 100644 index 123b82f..0000000 --- a/jobscripts/PPEn11/configs/AF2095_AD_e0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF2095_AD_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_AD" -caseDir="AF2095/PPEn11_AF2095_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_AD" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_AD_sc.config b/jobscripts/PPEn11/configs/AF2095_AD_sc.config deleted file mode 100644 index 9e1180a..0000000 --- a/jobscripts/PPEn11/configs/AF2095_AD_sc.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF2095_AD_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_AD" -caseDir="AF2095/PPEn11_AF2095_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_AD" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_AD_zb.config b/jobscripts/PPEn11/configs/AF2095_AD_zb.config deleted file mode 100644 index f6559ac..0000000 --- a/jobscripts/PPEn11/configs/AF2095_AD_zb.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: AF2095_AD_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_AD" -caseDir="AF2095/PPEn11_AF2095_AD/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_AD" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_AD/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_SASU_claypf.config b/jobscripts/PPEn11/configs/AF2095_SASU_claypf.config deleted file mode 100644 index 9cf2136..0000000 --- a/jobscripts/PPEn11/configs/AF2095_SASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_SASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_SASU" -caseDir="AF2095/PPEn11_AF2095_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_SASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_SASU_e0.config b/jobscripts/PPEn11/configs/AF2095_SASU_e0.config deleted file mode 100644 index cda03ef..0000000 --- a/jobscripts/PPEn11/configs/AF2095_SASU_e0.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_SASU_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_SASU" -caseDir="AF2095/PPEn11_AF2095_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_SASU" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_SASU_sandpf.config b/jobscripts/PPEn11/configs/AF2095_SASU_sandpf.config deleted file mode 100644 index d6f6a1d..0000000 --- a/jobscripts/PPEn11/configs/AF2095_SASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_SASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_SASU" -caseDir="AF2095/PPEn11_AF2095_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_SASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_SASU_sc.config b/jobscripts/PPEn11/configs/AF2095_SASU_sc.config deleted file mode 100644 index 16a9e55..0000000 --- a/jobscripts/PPEn11/configs/AF2095_SASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_SASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_SASU" -caseDir="AF2095/PPEn11_AF2095_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_SASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_SASU_zb.config b/jobscripts/PPEn11/configs/AF2095_SASU_zb.config deleted file mode 100644 index fb4032f..0000000 --- a/jobscripts/PPEn11/configs/AF2095_SASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_SASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_SASU" -caseDir="AF2095/PPEn11_AF2095_SASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_SASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_SASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_claypf.config b/jobscripts/PPEn11/configs/AF2095_claypf.config deleted file mode 100644 index e693237..0000000 --- a/jobscripts/PPEn11/configs/AF2095_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095" -caseDir="AF2095/PPEn11_AF2095/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_e0.config b/jobscripts/PPEn11/configs/AF2095_e0.config deleted file mode 100644 index 37a3457..0000000 --- a/jobscripts/PPEn11/configs/AF2095_e0.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095" -caseDir="AF2095/PPEn11_AF2095/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_phen.config b/jobscripts/PPEn11/configs/AF2095_phen.config deleted file mode 100644 index 425a2be..0000000 --- a/jobscripts/PPEn11/configs/AF2095_phen.config +++ /dev/null @@ -1,37 +0,0 @@ -#need to identify where the script can expect certain files -ensemble="AF2095" -codebase="PPEn11" -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -REST=$SCRATCH$codebase"/"$ensemble"/rest/" -HIST=$SCRATCH$codebase"/"$ensemble"/hist/" -SPIN=$SCRATCH$codebase"/"$ensemble"/spin/" - - -#the list of paramfiles -paramList=$codebase"/phen.txt" - -#where to find the parameter files -PARAMS=$SCRATCH$codebase"/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -NLMODS=$SCRATCH$codebase"/namelist_mods/" - -#presubmission template -template=$PPE"cheyenne.template" - -#specify the cases -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) - -#specify exeroots -exeroots=() -for c in ${cases[@]}; do - exeroots+=($SCRATCH$c"/bld/") -done - diff --git a/jobscripts/PPEn11/configs/AF2095_postSASU_claypf.config b/jobscripts/PPEn11/configs/AF2095_postSASU_claypf.config deleted file mode 100644 index 0e714a3..0000000 --- a/jobscripts/PPEn11/configs/AF2095_postSASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_postSASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_postSASU" -caseDir="AF2095/PPEn11_AF2095_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_postSASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_postSASU_e0.config b/jobscripts/PPEn11/configs/AF2095_postSASU_e0.config deleted file mode 100644 index cde0690..0000000 --- a/jobscripts/PPEn11/configs/AF2095_postSASU_e0.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_postSASU_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_postSASU" -caseDir="AF2095/PPEn11_AF2095_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_postSASU" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_postSASU_sandpf.config b/jobscripts/PPEn11/configs/AF2095_postSASU_sandpf.config deleted file mode 100644 index 85bfc55..0000000 --- a/jobscripts/PPEn11/configs/AF2095_postSASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_postSASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_postSASU" -caseDir="AF2095/PPEn11_AF2095_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_postSASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_postSASU_sc.config b/jobscripts/PPEn11/configs/AF2095_postSASU_sc.config deleted file mode 100644 index fd9a14e..0000000 --- a/jobscripts/PPEn11/configs/AF2095_postSASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_postSASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_postSASU" -caseDir="AF2095/PPEn11_AF2095_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_postSASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_postSASU_zb.config b/jobscripts/PPEn11/configs/AF2095_postSASU_zb.config deleted file mode 100644 index b08e9cc..0000000 --- a/jobscripts/PPEn11/configs/AF2095_postSASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_postSASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095_postSASU" -caseDir="AF2095/PPEn11_AF2095_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095_postSASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_sandpf.config b/jobscripts/PPEn11/configs/AF2095_sandpf.config deleted file mode 100644 index 09d0153..0000000 --- a/jobscripts/PPEn11/configs/AF2095_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095" -caseDir="AF2095/PPEn11_AF2095/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_sc.config b/jobscripts/PPEn11/configs/AF2095_sc.config deleted file mode 100644 index 67e5496..0000000 --- a/jobscripts/PPEn11/configs/AF2095_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095" -caseDir="AF2095/PPEn11_AF2095/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095/bld" diff --git a/jobscripts/PPEn11/configs/AF2095_zb.config b/jobscripts/PPEn11/configs/AF2095_zb.config deleted file mode 100644 index dcfc223..0000000 --- a/jobscripts/PPEn11/configs/AF2095_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: AF2095_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/AF2095/" - -#prefix to identify these cases -casePrefix="PPEn11_AF2095" -caseDir="AF2095/PPEn11_AF2095/" - -#the case that will be cloned to create the ensemble -basecase="AF2095/basecases/PPEn11_AF2095" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_AF2095_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/AF2095/AF2095.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_AF2095/bld" diff --git a/jobscripts/PPEn11/configs/C285_AD.config b/jobscripts/PPEn11/configs/C285_AD.config deleted file mode 100644 index c04c3b9..0000000 --- a/jobscripts/PPEn11/configs/C285_AD.config +++ /dev/null @@ -1,44 +0,0 @@ -codebase='PPEn11' -ensname='C285' -runtype='AD' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -caseDir=$ensname"/" -casePrefix=$codebase"_"$ensname"_"$runtype - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname"_"$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/C285_AD_claypf.config b/jobscripts/PPEn11/configs/C285_AD_claypf.config deleted file mode 100644 index ddc6570..0000000 --- a/jobscripts/PPEn11/configs/C285_AD_claypf.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C285_AD_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_AD" -caseDir="C285/PPEn11_C285_AD/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_AD" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_AD/bld" diff --git a/jobscripts/PPEn11/configs/C285_AD_s0.config b/jobscripts/PPEn11/configs/C285_AD_s0.config deleted file mode 100644 index d15af37..0000000 --- a/jobscripts/PPEn11/configs/C285_AD_s0.config +++ /dev/null @@ -1,34 +0,0 @@ -#CONFIG file for: C285_AD_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_AD" -caseDir="C285/PPEn11_C285_AD/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_AD" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_AD/bld" diff --git a/jobscripts/PPEn11/configs/C285_AD_s1.config b/jobscripts/PPEn11/configs/C285_AD_s1.config deleted file mode 100644 index 2ab2612..0000000 --- a/jobscripts/PPEn11/configs/C285_AD_s1.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C285_AD_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_AD" -caseDir="C285/PPEn11_C285_AD/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_AD" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_AD/bld" diff --git a/jobscripts/PPEn11/configs/C285_AD_s2.config b/jobscripts/PPEn11/configs/C285_AD_s2.config deleted file mode 100644 index 15da35e..0000000 --- a/jobscripts/PPEn11/configs/C285_AD_s2.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C285_AD_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_AD" -caseDir="C285/PPEn11_C285_AD/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_AD" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_AD/bld" diff --git a/jobscripts/PPEn11/configs/C285_AD_sc.config b/jobscripts/PPEn11/configs/C285_AD_sc.config deleted file mode 100644 index 1ad4936..0000000 --- a/jobscripts/PPEn11/configs/C285_AD_sc.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C285_AD_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_AD" -caseDir="C285/PPEn11_C285_AD/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_AD" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_AD/bld" diff --git a/jobscripts/PPEn11/configs/C285_AD_zb.config b/jobscripts/PPEn11/configs/C285_AD_zb.config deleted file mode 100644 index 52a9262..0000000 --- a/jobscripts/PPEn11/configs/C285_AD_zb.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C285_AD_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_AD" -caseDir="C285/PPEn11_C285_AD/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_AD" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_AD/bld" diff --git a/jobscripts/PPEn11/configs/C285_PROD.config b/jobscripts/PPEn11/configs/C285_PROD.config deleted file mode 100644 index 404739d..0000000 --- a/jobscripts/PPEn11/configs/C285_PROD.config +++ /dev/null @@ -1,49 +0,0 @@ -codebase='PPEn11' -ensname='C285' -runtype='' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ ! $runtype == "AD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#create pad -if [ ${#runtype} -gt 0 ];then - pad='_' -else - pad='' -fi - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname$pad$runtype -caseDir=$ensname"/"$casePrefix"/" -basecase=$ensname"/basecases/"$codebase"_"$ensname$pad$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname$pad$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname$pad$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/C285_SASU.config b/jobscripts/PPEn11/configs/C285_SASU.config deleted file mode 100644 index 1028731..0000000 --- a/jobscripts/PPEn11/configs/C285_SASU.config +++ /dev/null @@ -1,44 +0,0 @@ -codebase='PPEn11' -ensname='C285' -runtype='SASU' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname"_"$runtype -caseDir=$ensname"/"$casePrefix"/" - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname"_"$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/C285_SASU_claypf.config b/jobscripts/PPEn11/configs/C285_SASU_claypf.config deleted file mode 100644 index 533688b..0000000 --- a/jobscripts/PPEn11/configs/C285_SASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_SASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_SASU" -caseDir="C285/PPEn11_C285_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_SASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_SASU_s0.config b/jobscripts/PPEn11/configs/C285_SASU_s0.config deleted file mode 100644 index 04f98d3..0000000 --- a/jobscripts/PPEn11/configs/C285_SASU_s0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C285_SASU_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_SASU" -caseDir="C285/PPEn11_C285_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_SASU" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_SASU_s1.config b/jobscripts/PPEn11/configs/C285_SASU_s1.config deleted file mode 100644 index ddeae8c..0000000 --- a/jobscripts/PPEn11/configs/C285_SASU_s1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_SASU_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_SASU" -caseDir="C285/PPEn11_C285_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_SASU" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_SASU_s2.config b/jobscripts/PPEn11/configs/C285_SASU_s2.config deleted file mode 100644 index 8a0c8a5..0000000 --- a/jobscripts/PPEn11/configs/C285_SASU_s2.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_SASU_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_SASU" -caseDir="C285/PPEn11_C285_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_SASU" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_SASU_sandpf.config b/jobscripts/PPEn11/configs/C285_SASU_sandpf.config deleted file mode 100644 index f409ae9..0000000 --- a/jobscripts/PPEn11/configs/C285_SASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_SASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_SASU" -caseDir="C285/PPEn11_C285_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_SASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_SASU_sc.config b/jobscripts/PPEn11/configs/C285_SASU_sc.config deleted file mode 100644 index 3a158a2..0000000 --- a/jobscripts/PPEn11/configs/C285_SASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_SASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_SASU" -caseDir="C285/PPEn11_C285_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_SASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_SASU_zb.config b/jobscripts/PPEn11/configs/C285_SASU_zb.config deleted file mode 100644 index 320c829..0000000 --- a/jobscripts/PPEn11/configs/C285_SASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_SASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_SASU" -caseDir="C285/PPEn11_C285_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_SASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_claypf.config b/jobscripts/PPEn11/configs/C285_claypf.config deleted file mode 100644 index f43afda..0000000 --- a/jobscripts/PPEn11/configs/C285_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285" -caseDir="C285/PPEn11_C285/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285/bld" diff --git a/jobscripts/PPEn11/configs/C285_phen.config b/jobscripts/PPEn11/configs/C285_phen.config deleted file mode 100644 index c65c4f5..0000000 --- a/jobscripts/PPEn11/configs/C285_phen.config +++ /dev/null @@ -1,37 +0,0 @@ -#need to identify where the script can expect certain files -ensemble="C285" -codebase="PPEn11" -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -REST=$SCRATCH$codebase"/"$ensemble"/rest/" -HIST=$SCRATCH$codebase"/"$ensemble"/hist/" -SPIN=$SCRATCH$codebase"/"$ensemble"/spin/" - - -#the list of paramfiles -paramList=$codebase"/phen.txt" - -#where to find the parameter files -PARAMS=$SCRATCH$codebase"/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -NLMODS=$SCRATCH$codebase"/namelist_mods/" - -#presubmission template -template=$PPE"cheyenne.template" - -#specify the cases -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) - -#specify exeroots -exeroots=() -for c in ${cases[@]}; do - exeroots+=($SCRATCH$c"/bld/") -done - diff --git a/jobscripts/PPEn11/configs/C285_postSASU.config b/jobscripts/PPEn11/configs/C285_postSASU.config deleted file mode 100644 index 27de6bc..0000000 --- a/jobscripts/PPEn11/configs/C285_postSASU.config +++ /dev/null @@ -1,44 +0,0 @@ -codebase='PPEn11' -ensname='C285' -runtype='postSASU' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname"_"$runtype -caseDir=$ensname"/"$casePrefix"/" - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname"_"$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/C285_postSASU_claypf.config b/jobscripts/PPEn11/configs/C285_postSASU_claypf.config deleted file mode 100644 index c3d272b..0000000 --- a/jobscripts/PPEn11/configs/C285_postSASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_postSASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_postSASU" -caseDir="C285/PPEn11_C285_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_postSASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_postSASU_s0.config b/jobscripts/PPEn11/configs/C285_postSASU_s0.config deleted file mode 100644 index 4470480..0000000 --- a/jobscripts/PPEn11/configs/C285_postSASU_s0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C285_postSASU_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_postSASU" -caseDir="C285/PPEn11_C285_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_postSASU" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_postSASU_s1.config b/jobscripts/PPEn11/configs/C285_postSASU_s1.config deleted file mode 100644 index 446182e..0000000 --- a/jobscripts/PPEn11/configs/C285_postSASU_s1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_postSASU_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_postSASU" -caseDir="C285/PPEn11_C285_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_postSASU" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_postSASU_s2.config b/jobscripts/PPEn11/configs/C285_postSASU_s2.config deleted file mode 100644 index f9cbe16..0000000 --- a/jobscripts/PPEn11/configs/C285_postSASU_s2.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_postSASU_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_postSASU" -caseDir="C285/PPEn11_C285_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_postSASU" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_postSASU_sandpf.config b/jobscripts/PPEn11/configs/C285_postSASU_sandpf.config deleted file mode 100644 index b27870b..0000000 --- a/jobscripts/PPEn11/configs/C285_postSASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_postSASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_postSASU" -caseDir="C285/PPEn11_C285_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_postSASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_postSASU_sc.config b/jobscripts/PPEn11/configs/C285_postSASU_sc.config deleted file mode 100644 index 74bb164..0000000 --- a/jobscripts/PPEn11/configs/C285_postSASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_postSASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_postSASU" -caseDir="C285/PPEn11_C285_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_postSASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_postSASU_zb.config b/jobscripts/PPEn11/configs/C285_postSASU_zb.config deleted file mode 100644 index f0f138c..0000000 --- a/jobscripts/PPEn11/configs/C285_postSASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_postSASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285_postSASU" -caseDir="C285/PPEn11_C285_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285_postSASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C285_s0.config b/jobscripts/PPEn11/configs/C285_s0.config deleted file mode 100644 index 3927eee..0000000 --- a/jobscripts/PPEn11/configs/C285_s0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C285_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_C285" -caseDir="C285/PPEn11_C285/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285/bld" diff --git a/jobscripts/PPEn11/configs/C285_s1.config b/jobscripts/PPEn11/configs/C285_s1.config deleted file mode 100644 index 10581a2..0000000 --- a/jobscripts/PPEn11/configs/C285_s1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285" -caseDir="C285/PPEn11_C285/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285/bld" diff --git a/jobscripts/PPEn11/configs/C285_s2.config b/jobscripts/PPEn11/configs/C285_s2.config deleted file mode 100644 index f0c54b3..0000000 --- a/jobscripts/PPEn11/configs/C285_s2.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285" -caseDir="C285/PPEn11_C285/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285/bld" diff --git a/jobscripts/PPEn11/configs/C285_sandpf.config b/jobscripts/PPEn11/configs/C285_sandpf.config deleted file mode 100644 index 01464ea..0000000 --- a/jobscripts/PPEn11/configs/C285_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285" -caseDir="C285/PPEn11_C285/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285/bld" diff --git a/jobscripts/PPEn11/configs/C285_sc.config b/jobscripts/PPEn11/configs/C285_sc.config deleted file mode 100644 index 97f9770..0000000 --- a/jobscripts/PPEn11/configs/C285_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285" -caseDir="C285/PPEn11_C285/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285/bld" diff --git a/jobscripts/PPEn11/configs/C285_zb.config b/jobscripts/PPEn11/configs/C285_zb.config deleted file mode 100644 index 4f611bb..0000000 --- a/jobscripts/PPEn11/configs/C285_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C285_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C285/" - -#prefix to identify these cases -casePrefix="PPEn11_C285" -caseDir="C285/PPEn11_C285/" - -#the case that will be cloned to create the ensemble -basecase="C285/basecases/PPEn11_C285" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C285_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C285/C285.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C285/bld" diff --git a/jobscripts/PPEn11/configs/C867_AD_claypf.config b/jobscripts/PPEn11/configs/C867_AD_claypf.config deleted file mode 100644 index 6cbc58a..0000000 --- a/jobscripts/PPEn11/configs/C867_AD_claypf.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C867_AD_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_AD" -caseDir="C867/PPEn11_C867_AD/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_AD" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_AD/bld" diff --git a/jobscripts/PPEn11/configs/C867_AD_e0.config b/jobscripts/PPEn11/configs/C867_AD_e0.config deleted file mode 100644 index 3156cd6..0000000 --- a/jobscripts/PPEn11/configs/C867_AD_e0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C867_AD_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_AD" -caseDir="C867/PPEn11_C867_AD/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_AD" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_AD/bld" diff --git a/jobscripts/PPEn11/configs/C867_AD_sc.config b/jobscripts/PPEn11/configs/C867_AD_sc.config deleted file mode 100644 index 79a8635..0000000 --- a/jobscripts/PPEn11/configs/C867_AD_sc.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C867_AD_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_AD" -caseDir="C867/PPEn11_C867_AD/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_AD" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_AD/bld" diff --git a/jobscripts/PPEn11/configs/C867_AD_zb.config b/jobscripts/PPEn11/configs/C867_AD_zb.config deleted file mode 100644 index fb15d6e..0000000 --- a/jobscripts/PPEn11/configs/C867_AD_zb.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: C867_AD_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_AD" -caseDir="C867/PPEn11_C867_AD/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_AD" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_AD/bld" diff --git a/jobscripts/PPEn11/configs/C867_SASU_claypf.config b/jobscripts/PPEn11/configs/C867_SASU_claypf.config deleted file mode 100644 index 476a7b3..0000000 --- a/jobscripts/PPEn11/configs/C867_SASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_SASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_SASU" -caseDir="C867/PPEn11_C867_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_SASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_SASU_e0.config b/jobscripts/PPEn11/configs/C867_SASU_e0.config deleted file mode 100644 index 9e8a715..0000000 --- a/jobscripts/PPEn11/configs/C867_SASU_e0.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_SASU_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_SASU" -caseDir="C867/PPEn11_C867_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_SASU" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_SASU_sandpf.config b/jobscripts/PPEn11/configs/C867_SASU_sandpf.config deleted file mode 100644 index 9f341d0..0000000 --- a/jobscripts/PPEn11/configs/C867_SASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_SASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_SASU" -caseDir="C867/PPEn11_C867_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_SASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_SASU_sc.config b/jobscripts/PPEn11/configs/C867_SASU_sc.config deleted file mode 100644 index d49794d..0000000 --- a/jobscripts/PPEn11/configs/C867_SASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_SASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_SASU" -caseDir="C867/PPEn11_C867_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_SASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_SASU_zb.config b/jobscripts/PPEn11/configs/C867_SASU_zb.config deleted file mode 100644 index c7a1adf..0000000 --- a/jobscripts/PPEn11/configs/C867_SASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_SASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_SASU" -caseDir="C867/PPEn11_C867_SASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_SASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_SASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_claypf.config b/jobscripts/PPEn11/configs/C867_claypf.config deleted file mode 100644 index 51eb97e..0000000 --- a/jobscripts/PPEn11/configs/C867_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867" -caseDir="C867/PPEn11_C867/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867/bld" diff --git a/jobscripts/PPEn11/configs/C867_e0.config b/jobscripts/PPEn11/configs/C867_e0.config deleted file mode 100644 index c7ac1b5..0000000 --- a/jobscripts/PPEn11/configs/C867_e0.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867" -caseDir="C867/PPEn11_C867/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867/bld" diff --git a/jobscripts/PPEn11/configs/C867_e1.config b/jobscripts/PPEn11/configs/C867_e1.config deleted file mode 100644 index 49875a6..0000000 --- a/jobscripts/PPEn11/configs/C867_e1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_e1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867" -caseDir="C867/PPEn11_C867/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867" - -#the list of paramfiles -paramList="PPEn11/e1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867/bld" diff --git a/jobscripts/PPEn11/configs/C867_phen.config b/jobscripts/PPEn11/configs/C867_phen.config deleted file mode 100644 index 0803586..0000000 --- a/jobscripts/PPEn11/configs/C867_phen.config +++ /dev/null @@ -1,37 +0,0 @@ -#need to identify where the script can expect certain files -ensemble="C867" -codebase="PPEn11" -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -REST=$SCRATCH$codebase"/"$ensemble"/rest/" -HIST=$SCRATCH$codebase"/"$ensemble"/hist/" -SPIN=$SCRATCH$codebase"/"$ensemble"/spin/" - - -#the list of paramfiles -paramList=$codebase"/phen.txt" - -#where to find the parameter files -PARAMS=$SCRATCH$codebase"/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -NLMODS=$SCRATCH$codebase"/namelist_mods/" - -#presubmission template -template=$PPE"cheyenne.template" - -#specify the cases -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) - -#specify exeroots -exeroots=() -for c in ${cases[@]}; do - exeroots+=($SCRATCH$c"/bld/") -done - diff --git a/jobscripts/PPEn11/configs/C867_postSASU_claypf.config b/jobscripts/PPEn11/configs/C867_postSASU_claypf.config deleted file mode 100644 index 7f1b974..0000000 --- a/jobscripts/PPEn11/configs/C867_postSASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_postSASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_postSASU" -caseDir="C867/PPEn11_C867_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_postSASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_postSASU_e0.config b/jobscripts/PPEn11/configs/C867_postSASU_e0.config deleted file mode 100644 index bd1ab20..0000000 --- a/jobscripts/PPEn11/configs/C867_postSASU_e0.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_postSASU_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_postSASU" -caseDir="C867/PPEn11_C867_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_postSASU" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_postSASU_sandpf.config b/jobscripts/PPEn11/configs/C867_postSASU_sandpf.config deleted file mode 100644 index 0b88011..0000000 --- a/jobscripts/PPEn11/configs/C867_postSASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_postSASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_postSASU" -caseDir="C867/PPEn11_C867_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_postSASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_postSASU_sc.config b/jobscripts/PPEn11/configs/C867_postSASU_sc.config deleted file mode 100644 index a2487cb..0000000 --- a/jobscripts/PPEn11/configs/C867_postSASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_postSASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_postSASU" -caseDir="C867/PPEn11_C867_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_postSASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_postSASU_zb.config b/jobscripts/PPEn11/configs/C867_postSASU_zb.config deleted file mode 100644 index 0501e93..0000000 --- a/jobscripts/PPEn11/configs/C867_postSASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_postSASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867_postSASU" -caseDir="C867/PPEn11_C867_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867_postSASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/C867_sandpf.config b/jobscripts/PPEn11/configs/C867_sandpf.config deleted file mode 100644 index ac727bc..0000000 --- a/jobscripts/PPEn11/configs/C867_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867" -caseDir="C867/PPEn11_C867/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867/bld" diff --git a/jobscripts/PPEn11/configs/C867_sc.config b/jobscripts/PPEn11/configs/C867_sc.config deleted file mode 100644 index aade9a1..0000000 --- a/jobscripts/PPEn11/configs/C867_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867" -caseDir="C867/PPEn11_C867/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867/bld" diff --git a/jobscripts/PPEn11/configs/C867_zb.config b/jobscripts/PPEn11/configs/C867_zb.config deleted file mode 100644 index 02d3a0a..0000000 --- a/jobscripts/PPEn11/configs/C867_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: C867_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/C867/" - -#prefix to identify these cases -casePrefix="PPEn11_C867" -caseDir="C867/PPEn11_C867/" - -#the case that will be cloned to create the ensemble -basecase="C867/basecases/PPEn11_C867" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_C867_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/C867/C867.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_C867/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_AD.config b/jobscripts/PPEn11/configs/CTL2010_AD.config deleted file mode 100644 index c7ebde5..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_AD.config +++ /dev/null @@ -1,45 +0,0 @@ -codebase='PPEn11' -ensname='CTL2010' -runtype='AD' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname"_"$runtype -caseDir=$ensname"/"$casePrefix"/" - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - finidatSuff="_"$prevtype"restart.nc" - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname"_"$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_AD_claypf.config b/jobscripts/PPEn11/configs/CTL2010_AD_claypf.config deleted file mode 100644 index 1a955db..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_AD_claypf.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: CTL2010_AD_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_AD" -caseDir="CTL2010/PPEn11_CTL2010_AD/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_AD" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_AD/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_AD_s0.config b/jobscripts/PPEn11/configs/CTL2010_AD_s0.config deleted file mode 100644 index 79ebc0b..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_AD_s0.config +++ /dev/null @@ -1,34 +0,0 @@ -#CONFIG file for: CTL2010_AD_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_AD" -caseDir="CTL2010/PPEn11_CTL2010_AD/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_AD" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_AD/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_AD_s1.config b/jobscripts/PPEn11/configs/CTL2010_AD_s1.config deleted file mode 100644 index 9122001..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_AD_s1.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: CTL2010_AD_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_AD" -caseDir="CTL2010/PPEn11_CTL2010_AD/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_AD" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_AD/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_AD_s2.config b/jobscripts/PPEn11/configs/CTL2010_AD_s2.config deleted file mode 100644 index e03e2af..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_AD_s2.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: CTL2010_AD_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_AD" -caseDir="CTL2010/PPEn11_CTL2010_AD/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_AD" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_AD/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_AD_sc.config b/jobscripts/PPEn11/configs/CTL2010_AD_sc.config deleted file mode 100644 index 5e8c251..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_AD_sc.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: CTL2010_AD_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_AD" -caseDir="CTL2010/PPEn11_CTL2010_AD/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_AD" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_AD/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_AD_zb.config b/jobscripts/PPEn11/configs/CTL2010_AD_zb.config deleted file mode 100644 index 7580b98..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_AD_zb.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: CTL2010_AD_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_AD" -caseDir="CTL2010/PPEn11_CTL2010_AD/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_AD" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_AD/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_PROD.config b/jobscripts/PPEn11/configs/CTL2010_PROD.config deleted file mode 100644 index 40f4672..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_PROD.config +++ /dev/null @@ -1,49 +0,0 @@ -codebase='PPEn11' -ensname='CTL2010' -runtype='' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ ! $runtype == "AD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#create pad -if [ ${#runtype} -gt 0 ];then - pad='_' -else - pad='' -fi - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname$pad$runtype -caseDir=$ensname"/"$casePrefix"/" -basecase=$ensname"/basecases/"$codebase"_"$ensname$pad$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname$pad$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname$pad$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_SASU.config b/jobscripts/PPEn11/configs/CTL2010_SASU.config deleted file mode 100644 index 04487c9..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_SASU.config +++ /dev/null @@ -1,44 +0,0 @@ -codebase='PPEn11' -ensname='CTL2010' -runtype='SASU' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname"_"$runtype -caseDir=$ensname"/"$casePrefix"/" - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname"_"$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_SASU_claypf.config b/jobscripts/PPEn11/configs/CTL2010_SASU_claypf.config deleted file mode 100644 index d083fac..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_SASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_SASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_SASU" -caseDir="CTL2010/PPEn11_CTL2010_SASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_SASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_SASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_SASU_s0.config b/jobscripts/PPEn11/configs/CTL2010_SASU_s0.config deleted file mode 100644 index 0c0e2aa..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_SASU_s0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: CTL2010_SASU_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_SASU" -caseDir="CTL2010/PPEn11_CTL2010_SASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_SASU" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_SASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_SASU_s1.config b/jobscripts/PPEn11/configs/CTL2010_SASU_s1.config deleted file mode 100644 index 4dab4d1..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_SASU_s1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_SASU_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_SASU" -caseDir="CTL2010/PPEn11_CTL2010_SASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_SASU" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_SASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_SASU_s2.config b/jobscripts/PPEn11/configs/CTL2010_SASU_s2.config deleted file mode 100644 index 1171ba0..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_SASU_s2.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_SASU_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_SASU" -caseDir="CTL2010/PPEn11_CTL2010_SASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_SASU" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_SASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_SASU_sandpf.config b/jobscripts/PPEn11/configs/CTL2010_SASU_sandpf.config deleted file mode 100644 index e762fdb..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_SASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_SASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_SASU" -caseDir="CTL2010/PPEn11_CTL2010_SASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_SASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_SASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_SASU_sc.config b/jobscripts/PPEn11/configs/CTL2010_SASU_sc.config deleted file mode 100644 index b4692d4..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_SASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_SASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_SASU" -caseDir="CTL2010/PPEn11_CTL2010_SASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_SASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_SASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_SASU_zb.config b/jobscripts/PPEn11/configs/CTL2010_SASU_zb.config deleted file mode 100644 index b78139b..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_SASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_SASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_SASU" -caseDir="CTL2010/PPEn11_CTL2010_SASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_SASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_SASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_claypf.config b/jobscripts/PPEn11/configs/CTL2010_claypf.config deleted file mode 100644 index eca3233..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010" -caseDir="CTL2010/PPEn11_CTL2010/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_postSASU.config b/jobscripts/PPEn11/configs/CTL2010_postSASU.config deleted file mode 100644 index 979dc38..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_postSASU.config +++ /dev/null @@ -1,44 +0,0 @@ -codebase='PPEn11' -ensname='CTL2010' -runtype='postSASU' - -if [[ $runtype == "SASU" ]];then - prevtype="AD" -elif [[ $runtype == "postSASU" ]];then - prevtype="SASU" -elif [[ $runtype == "PROD" ]];then - prevtype="postSASU" -fi - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS=$SCRATCH$codebase"/restarts/" - -#prefix to identify these cases -casePrefix=$codebase"_"$ensname"_"$runtype -caseDir=$ensname"/"$casePrefix"/" - -#the case that will be cloned to create the ensemble -basecase=$ensname"/basecases/"$codebase"_"$ensname"_"$runtype - -#options for specifying unique restart files for each paramset -if [[ $runtype == "AD" ]];then - finidatFlag=false -else - finidatFlag=true - prevCase=$codebase"_"$ensname"_"$prevtype -fi - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase=$PPE_DIR$codebase"/nlbase/"$ensname"/"$ensname"_"$runtype".base" -NLMODS_DIR=$SCRATCH$codebase"/namelist_mods/" -PARAMS_DIR=$SCRATCH$codebase"/paramfiles/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot=$SCRATCH$codebase"_"$ensname"_"$runtype"/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_postSASU_claypf.config b/jobscripts/PPEn11/configs/CTL2010_postSASU_claypf.config deleted file mode 100644 index 5ade70c..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_postSASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_postSASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_postSASU" -caseDir="CTL2010/PPEn11_CTL2010_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_postSASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_postSASU_s0.config b/jobscripts/PPEn11/configs/CTL2010_postSASU_s0.config deleted file mode 100644 index 00eb6e0..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_postSASU_s0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: CTL2010_postSASU_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_postSASU" -caseDir="CTL2010/PPEn11_CTL2010_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_postSASU" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_postSASU_s1.config b/jobscripts/PPEn11/configs/CTL2010_postSASU_s1.config deleted file mode 100644 index 316935c..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_postSASU_s1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_postSASU_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_postSASU" -caseDir="CTL2010/PPEn11_CTL2010_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_postSASU" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_postSASU_s2.config b/jobscripts/PPEn11/configs/CTL2010_postSASU_s2.config deleted file mode 100644 index 74e9ee2..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_postSASU_s2.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_postSASU_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_postSASU" -caseDir="CTL2010/PPEn11_CTL2010_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_postSASU" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_postSASU_sandpf.config b/jobscripts/PPEn11/configs/CTL2010_postSASU_sandpf.config deleted file mode 100644 index ff121de..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_postSASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_postSASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_postSASU" -caseDir="CTL2010/PPEn11_CTL2010_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_postSASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_postSASU_sc.config b/jobscripts/PPEn11/configs/CTL2010_postSASU_sc.config deleted file mode 100644 index f3cb220..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_postSASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_postSASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_postSASU" -caseDir="CTL2010/PPEn11_CTL2010_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_postSASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_postSASU_zb.config b/jobscripts/PPEn11/configs/CTL2010_postSASU_zb.config deleted file mode 100644 index 49456ca..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_postSASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_postSASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010_postSASU" -caseDir="CTL2010/PPEn11_CTL2010_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010_postSASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_s0.config b/jobscripts/PPEn11/configs/CTL2010_s0.config deleted file mode 100644 index 764bdcc..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_s0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: CTL2010_s0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010" -caseDir="CTL2010/PPEn11_CTL2010/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010" - -#the list of paramfiles -paramList="PPEn11/s0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_s1.config b/jobscripts/PPEn11/configs/CTL2010_s1.config deleted file mode 100644 index 117ff24..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_s1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_s1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010" -caseDir="CTL2010/PPEn11_CTL2010/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010" - -#the list of paramfiles -paramList="PPEn11/s1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_s2.config b/jobscripts/PPEn11/configs/CTL2010_s2.config deleted file mode 100644 index 0985735..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_s2.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010" -caseDir="CTL2010/PPEn11_CTL2010/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010" - -#the list of paramfiles -paramList="PPEn11/s2.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_s3.config b/jobscripts/PPEn11/configs/CTL2010_s3.config deleted file mode 100644 index d861695..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_s3.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_s2 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010" -caseDir="CTL2010/PPEn11_CTL2010/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010" - -#the list of paramfiles -paramList="PPEn11/s3.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_sandpf.config b/jobscripts/PPEn11/configs/CTL2010_sandpf.config deleted file mode 100644 index a227881..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010" -caseDir="CTL2010/PPEn11_CTL2010/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_sc.config b/jobscripts/PPEn11/configs/CTL2010_sc.config deleted file mode 100644 index 157bebc..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010" -caseDir="CTL2010/PPEn11_CTL2010/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010/bld" diff --git a/jobscripts/PPEn11/configs/CTL2010_zb.config b/jobscripts/PPEn11/configs/CTL2010_zb.config deleted file mode 100644 index 9dc20c2..0000000 --- a/jobscripts/PPEn11/configs/CTL2010_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: CTL2010_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#prefix to identify these cases -casePrefix="PPEn11_CTL2010" -caseDir="CTL2010/PPEn11_CTL2010/" - -#the case that will be cloned to create the ensemble -basecase="CTL2010/basecases/PPEn11_CTL2010" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_CTL2010_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/CTL2010/CTL2010.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_CTL2010/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_AD_claypf.config b/jobscripts/PPEn11/configs/NDEP_AD_claypf.config deleted file mode 100644 index b848af1..0000000 --- a/jobscripts/PPEn11/configs/NDEP_AD_claypf.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: NDEP_AD_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_AD" -caseDir="NDEP/PPEn11_NDEP_AD/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_AD" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_AD/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_AD_e0.config b/jobscripts/PPEn11/configs/NDEP_AD_e0.config deleted file mode 100644 index 83d9266..0000000 --- a/jobscripts/PPEn11/configs/NDEP_AD_e0.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: NDEP_AD_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_AD" -caseDir="NDEP/PPEn11_NDEP_AD/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_AD" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_AD/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_AD_sc.config b/jobscripts/PPEn11/configs/NDEP_AD_sc.config deleted file mode 100644 index 6a05a5d..0000000 --- a/jobscripts/PPEn11/configs/NDEP_AD_sc.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: NDEP_AD_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_AD" -caseDir="NDEP/PPEn11_NDEP_AD/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_AD" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_AD/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_AD_zb.config b/jobscripts/PPEn11/configs/NDEP_AD_zb.config deleted file mode 100644 index 0d571c7..0000000 --- a/jobscripts/PPEn11/configs/NDEP_AD_zb.config +++ /dev/null @@ -1,35 +0,0 @@ -#CONFIG file for: NDEP_AD_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_AD/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_AD" -caseDir="NDEP/PPEn11_NDEP_AD/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_AD" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=false - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_AD.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_AD/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_SASU_claypf.config b/jobscripts/PPEn11/configs/NDEP_SASU_claypf.config deleted file mode 100644 index 8ca03fc..0000000 --- a/jobscripts/PPEn11/configs/NDEP_SASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_SASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_SASU" -caseDir="NDEP/PPEn11_NDEP_SASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_SASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_SASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_SASU_e0.config b/jobscripts/PPEn11/configs/NDEP_SASU_e0.config deleted file mode 100644 index 823368b..0000000 --- a/jobscripts/PPEn11/configs/NDEP_SASU_e0.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_SASU_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_SASU" -caseDir="NDEP/PPEn11_NDEP_SASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_SASU" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_SASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_SASU_sandpf.config b/jobscripts/PPEn11/configs/NDEP_SASU_sandpf.config deleted file mode 100644 index 2e9cfef..0000000 --- a/jobscripts/PPEn11/configs/NDEP_SASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_SASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_SASU" -caseDir="NDEP/PPEn11_NDEP_SASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_SASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_SASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_SASU_sc.config b/jobscripts/PPEn11/configs/NDEP_SASU_sc.config deleted file mode 100644 index e7dc7a1..0000000 --- a/jobscripts/PPEn11/configs/NDEP_SASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_SASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_SASU" -caseDir="NDEP/PPEn11_NDEP_SASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_SASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_SASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_SASU_zb.config b/jobscripts/PPEn11/configs/NDEP_SASU_zb.config deleted file mode 100644 index b83c30e..0000000 --- a/jobscripts/PPEn11/configs/NDEP_SASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_SASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_SASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_SASU" -caseDir="NDEP/PPEn11_NDEP_SASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_SASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_AD" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_SASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_SASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_claypf.config b/jobscripts/PPEn11/configs/NDEP_claypf.config deleted file mode 100644 index a8e29d3..0000000 --- a/jobscripts/PPEn11/configs/NDEP_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP" -caseDir="NDEP/PPEn11_NDEP/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_e0.config b/jobscripts/PPEn11/configs/NDEP_e0.config deleted file mode 100644 index 9adb553..0000000 --- a/jobscripts/PPEn11/configs/NDEP_e0.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP" -caseDir="NDEP/PPEn11_NDEP/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_e1.config b/jobscripts/PPEn11/configs/NDEP_e1.config deleted file mode 100644 index 1113d88..0000000 --- a/jobscripts/PPEn11/configs/NDEP_e1.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_e1 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP" -caseDir="NDEP/PPEn11_NDEP/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP" - -#the list of paramfiles -paramList="PPEn11/e1.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_phen.config b/jobscripts/PPEn11/configs/NDEP_phen.config deleted file mode 100644 index aa2cd00..0000000 --- a/jobscripts/PPEn11/configs/NDEP_phen.config +++ /dev/null @@ -1,37 +0,0 @@ -#need to identify where the script can expect certain files -ensemble="NDEP" -codebase="PPEn11" -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/"$codebase"/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -REST=$SCRATCH$codebase"/"$ensemble"/rest/" -HIST=$SCRATCH$codebase"/"$ensemble"/hist/" -SPIN=$SCRATCH$codebase"/"$ensemble"/spin/" - - -#the list of paramfiles -paramList=$codebase"/phen.txt" - -#where to find the parameter files -PARAMS=$SCRATCH$codebase"/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -NLMODS=$SCRATCH$codebase"/namelist_mods/" - -#presubmission template -template=$PPE"cheyenne.template" - -#specify the cases -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) - -#specify exeroots -exeroots=() -for c in ${cases[@]}; do - exeroots+=($SCRATCH$c"/bld/") -done - diff --git a/jobscripts/PPEn11/configs/NDEP_postSASU_claypf.config b/jobscripts/PPEn11/configs/NDEP_postSASU_claypf.config deleted file mode 100644 index 53ae080..0000000 --- a/jobscripts/PPEn11/configs/NDEP_postSASU_claypf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_postSASU_claypf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_postSASU" -caseDir="NDEP/PPEn11_NDEP_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_postSASU" - -#the list of paramfiles -paramList="PPEn11/claypf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_postSASU_e0.config b/jobscripts/PPEn11/configs/NDEP_postSASU_e0.config deleted file mode 100644 index a388837..0000000 --- a/jobscripts/PPEn11/configs/NDEP_postSASU_e0.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_postSASU_e0 - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_postSASU" -caseDir="NDEP/PPEn11_NDEP_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_postSASU" - -#the list of paramfiles -paramList="PPEn11/e0.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_postSASU_sandpf.config b/jobscripts/PPEn11/configs/NDEP_postSASU_sandpf.config deleted file mode 100644 index c02306f..0000000 --- a/jobscripts/PPEn11/configs/NDEP_postSASU_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_postSASU_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_postSASU" -caseDir="NDEP/PPEn11_NDEP_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_postSASU" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_postSASU_sc.config b/jobscripts/PPEn11/configs/NDEP_postSASU_sc.config deleted file mode 100644 index 62ad25a..0000000 --- a/jobscripts/PPEn11/configs/NDEP_postSASU_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_postSASU_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_postSASU" -caseDir="NDEP/PPEn11_NDEP_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_postSASU" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_postSASU_zb.config b/jobscripts/PPEn11/configs/NDEP_postSASU_zb.config deleted file mode 100644 index e7b19c6..0000000 --- a/jobscripts/PPEn11/configs/NDEP_postSASU_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_postSASU_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist_postSASU/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP_postSASU" -caseDir="NDEP/PPEn11_NDEP_postSASU/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP_postSASU" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_SASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP_postSASU.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP_postSASU/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_sandpf.config b/jobscripts/PPEn11/configs/NDEP_sandpf.config deleted file mode 100644 index 137a7dd..0000000 --- a/jobscripts/PPEn11/configs/NDEP_sandpf.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_sandpf - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP" -caseDir="NDEP/PPEn11_NDEP/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP" - -#the list of paramfiles -paramList="PPEn11/sandpf.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_sc.config b/jobscripts/PPEn11/configs/NDEP_sc.config deleted file mode 100644 index 84000d4..0000000 --- a/jobscripts/PPEn11/configs/NDEP_sc.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_sc - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP" -caseDir="NDEP/PPEn11_NDEP/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP" - -#the list of paramfiles -paramList="PPEn11/sc.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP/bld" diff --git a/jobscripts/PPEn11/configs/NDEP_zb.config b/jobscripts/PPEn11/configs/NDEP_zb.config deleted file mode 100644 index f0a3d4d..0000000 --- a/jobscripts/PPEn11/configs/NDEP_zb.config +++ /dev/null @@ -1,36 +0,0 @@ -#CONFIG file for: NDEP_zb - -#need to identify where the script can expect certain files -PPE_DIR="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS_DIR="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/NDEP/" - -#prefix to identify these cases -casePrefix="PPEn11_NDEP" -caseDir="NDEP/PPEn11_NDEP/" - -#the case that will be cloned to create the ensemble -basecase="NDEP/basecases/PPEn11_NDEP" - -#the list of paramfiles -paramList="PPEn11/zb.txt" - -#options for specifying unique restart files for each paramset -finidatFlag=true -prevCase="PPEn11_NDEP_postSASU" - -#where to find the parameter files -PARAMS_DIR="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options for specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -nlbase="/glade/u/home/djk2120/clm5ppe/jobscripts/PPEn11/nlbase/NDEP/NDEP.base" -NLMODS_DIR="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#options for specifying a previous build -# note that this exeroot much use the same ninst -exerootFlag=true -exeroot="/glade/scratch/djk2120/PPEn11_NDEP/bld" diff --git a/jobscripts/PPEn11/configs/medlyn.config b/jobscripts/PPEn11/configs/medlyn.config deleted file mode 100644 index e02a423..0000000 --- a/jobscripts/PPEn11/configs/medlyn.config +++ /dev/null @@ -1,28 +0,0 @@ -#need to identify where the script can expect certain files -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/hist/medlyn/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/medlyn/" - -#the list of paramfiles -paramList="PPEn11/med.txt" - -#where to find the parameter files -PARAMS="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=false -NLMODS="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#presubmission template -template="/glade/u/home/djk2120/clm5ppe/jobscripts/presubmission.template" - -#specify the cases -codebase="PPEn11" -ensemble="CTL2010" -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) diff --git a/jobscripts/PPEn11/configs/medlyn2.config b/jobscripts/PPEn11/configs/medlyn2.config deleted file mode 100644 index 00b7aef..0000000 --- a/jobscripts/PPEn11/configs/medlyn2.config +++ /dev/null @@ -1,28 +0,0 @@ -#need to identify where the script can expect certain files -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/hist/medlyn/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/medlyn/" - -#the list of paramfiles -paramList="PPEn11/med2.txt" - -#where to find the parameter files -PARAMS="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=false -NLMODS="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#presubmission template -template="/glade/u/home/djk2120/clm5ppe/jobscripts/presubmission.template" - -#specify the cases -codebase="PPEn11" -ensemble="CTL2010" -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) diff --git a/jobscripts/PPEn11/configs/newjawn.config b/jobscripts/PPEn11/configs/newjawn.config deleted file mode 100644 index 171dcd3..0000000 --- a/jobscripts/PPEn11/configs/newjawn.config +++ /dev/null @@ -1,23 +0,0 @@ -#need to identify where the script can expect certain files -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" - -#the list of paramfiles -paramList="PPEn11/test.txt" - -#where to find the parameter files -PARAMS="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -NLMODS="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -codebase="PPEn11" -ensemble="CTL2010" -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) diff --git a/jobscripts/PPEn11/configs/rpb.config b/jobscripts/PPEn11/configs/rpb.config deleted file mode 100644 index 6ffc9ca..0000000 --- a/jobscripts/PPEn11/configs/rpb.config +++ /dev/null @@ -1,28 +0,0 @@ -#need to identify where the script can expect certain files -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#the list of paramfiles -paramList="PPEn11/rpb2.txt" - -#where to find the parameter files -PARAMS="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=false -NLMODS="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#presubmission template -template="/glade/u/home/djk2120/clm5ppe/jobscripts/presubmission.template" - -#specify the cases -codebase="PPEn11" -ensemble="CTL2010" -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) diff --git a/jobscripts/PPEn11/configs/rpb3.config b/jobscripts/PPEn11/configs/rpb3.config deleted file mode 100644 index 59ab720..0000000 --- a/jobscripts/PPEn11/configs/rpb3.config +++ /dev/null @@ -1,28 +0,0 @@ -#need to identify where the script can expect certain files -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#the list of paramfiles -paramList="PPEn11/rpb3.txt" - -#where to find the parameter files -PARAMS="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=false -NLMODS="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#presubmission template -template="/glade/u/home/djk2120/clm5ppe/jobscripts/presubmission.template" - -#specify the cases -codebase="PPEn11" -ensemble="CTL2010" -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) diff --git a/jobscripts/PPEn11/configs/tmp.sh b/jobscripts/PPEn11/configs/tmp.sh deleted file mode 100644 index 0a90f37..0000000 --- a/jobscripts/PPEn11/configs/tmp.sh +++ /dev/null @@ -1,3 +0,0 @@ -source medlyn.config - -echo ${cases[-1]} diff --git a/jobscripts/PPEn11/ctl.txt b/jobscripts/PPEn11/ctl.txt deleted file mode 100644 index 403fea4..0000000 --- a/jobscripts/PPEn11/ctl.txt +++ /dev/null @@ -1,28 +0,0 @@ -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0400 -OAAT0401 -OAAT0402 -OAAT0403 -OAAT0404 -OAAT0405 -OAAT0406 -OAAT0407 -OAAT0408 -OAAT0409 -OAAT0410 -OAAT0411 -OAAT0412 -OAAT0413 -OAAT0414 -OAAT0415 -OAAT0416 -OAAT0417 -OAAT0418 -OAAT0419 -OAAT0420 diff --git a/jobscripts/PPEn11/depr/chunk01.txt b/jobscripts/PPEn11/depr/chunk01.txt deleted file mode 100644 index 8e0832c..0000000 --- a/jobscripts/PPEn11/depr/chunk01.txt +++ /dev/null @@ -1,2 +0,0 @@ -OAAT0000 -OAAT0001 diff --git a/jobscripts/PPEn11/depr/chunk02.txt b/jobscripts/PPEn11/depr/chunk02.txt deleted file mode 100644 index e335d1e..0000000 --- a/jobscripts/PPEn11/depr/chunk02.txt +++ /dev/null @@ -1,371 +0,0 @@ -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0069 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0219 -OAAT0220 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 -OAAT0389 -OAAT0390 -OAAT0391 -OAAT0392 -OAAT0393 -OAAT0394 -OAAT0395 -OAAT0396 -OAAT0397 -OAAT0398 -OAAT0399 diff --git a/jobscripts/PPEn11/depr/chunk03.txt b/jobscripts/PPEn11/depr/chunk03.txt deleted file mode 100644 index b032610..0000000 --- a/jobscripts/PPEn11/depr/chunk03.txt +++ /dev/null @@ -1,2 +0,0 @@ -OAAT0145 -OAAT0333 diff --git a/jobscripts/PPEn11/depr/chunk04.txt b/jobscripts/PPEn11/depr/chunk04.txt deleted file mode 100644 index 9156478..0000000 --- a/jobscripts/PPEn11/depr/chunk04.txt +++ /dev/null @@ -1,373 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0069 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0219 -OAAT0220 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 -OAAT0389 -OAAT0390 -OAAT0391 -OAAT0392 -OAAT0393 -OAAT0394 -OAAT0395 -OAAT0396 -OAAT0397 -OAAT0398 -OAAT0399 diff --git a/jobscripts/PPEn11/depr/chunk05.txt b/jobscripts/PPEn11/depr/chunk05.txt deleted file mode 100644 index 5e4ac45..0000000 --- a/jobscripts/PPEn11/depr/chunk05.txt +++ /dev/null @@ -1,20 +0,0 @@ -OAAT0069 -OAAT0117 -OAAT0118 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0389 -OAAT0390 -OAAT0391 -OAAT0392 -OAAT0393 -OAAT0394 -OAAT0395 -OAAT0396 -OAAT0397 -OAAT0398 -OAAT0399 diff --git a/jobscripts/PPEn11/depr/chunk06.txt b/jobscripts/PPEn11/depr/chunk06.txt deleted file mode 100644 index 892d280..0000000 --- a/jobscripts/PPEn11/depr/chunk06.txt +++ /dev/null @@ -1 +0,0 @@ -OAAT0069 diff --git a/jobscripts/PPEn11/depr/tmp.txt b/jobscripts/PPEn11/depr/tmp.txt deleted file mode 100644 index 2d5dc08..0000000 --- a/jobscripts/PPEn11/depr/tmp.txt +++ /dev/null @@ -1,363 +0,0 @@ -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0066 -OAAT0067 -OAAT0068 -OAAT0069 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0117 -OAAT0118 -OAAT0119 -OAAT0120 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0142 -OAAT0143 -OAAT0144 -OAAT0145 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0149 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0219 -OAAT0220 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0245 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0350 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0354 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0363 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0369 -OAAT0370 -OAAT0371 -OAAT0372 -OAAT0373 -OAAT0374 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 -OAAT0389 -OAAT0390 -OAAT0391 -OAAT0392 -OAAT0393 -OAAT0394 -OAAT0395 -OAAT0396 -OAAT0397 -OAAT0398 -OAAT0399 diff --git a/jobscripts/PPEn11/e.txt b/jobscripts/PPEn11/e.txt deleted file mode 100644 index 04aada8..0000000 --- a/jobscripts/PPEn11/e.txt +++ /dev/null @@ -1,373 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0454 -OAAT0449 -OAAT0068 -OAAT0069 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0118 -OAAT0119 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0143 -OAAT0144 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0219 -OAAT0220 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0370 -OAAT0371 -OAAT0373 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 -OAAT0389 -OAAT0390 -OAAT0391 -OAAT0392 -OAAT0393 -OAAT0394 -OAAT0395 -OAAT0396 -OAAT0397 -OAAT0398 -OAAT0399 -OAAT0400 -OAAT0413 -OAAT0403 -OAAT0404 -OAAT0405 -OAAT0418 -OAAT0419 -OAAT0426 -OAAT0435 -OAAT0440 -OAAT0441 -OAAT0442 diff --git a/jobscripts/PPEn11/e0.txt b/jobscripts/PPEn11/e0.txt deleted file mode 100644 index 04aada8..0000000 --- a/jobscripts/PPEn11/e0.txt +++ /dev/null @@ -1,373 +0,0 @@ -OAAT0000 -OAAT0001 -OAAT0002 -OAAT0003 -OAAT0004 -OAAT0005 -OAAT0006 -OAAT0007 -OAAT0008 -OAAT0009 -OAAT0010 -OAAT0011 -OAAT0012 -OAAT0013 -OAAT0014 -OAAT0015 -OAAT0016 -OAAT0017 -OAAT0018 -OAAT0019 -OAAT0020 -OAAT0021 -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0454 -OAAT0449 -OAAT0068 -OAAT0069 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0118 -OAAT0119 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0143 -OAAT0144 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0219 -OAAT0220 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0370 -OAAT0371 -OAAT0373 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 -OAAT0389 -OAAT0390 -OAAT0391 -OAAT0392 -OAAT0393 -OAAT0394 -OAAT0395 -OAAT0396 -OAAT0397 -OAAT0398 -OAAT0399 -OAAT0400 -OAAT0413 -OAAT0403 -OAAT0404 -OAAT0405 -OAAT0418 -OAAT0419 -OAAT0426 -OAAT0435 -OAAT0440 -OAAT0441 -OAAT0442 diff --git a/jobscripts/PPEn11/e1.txt b/jobscripts/PPEn11/e1.txt deleted file mode 100644 index 049335a..0000000 --- a/jobscripts/PPEn11/e1.txt +++ /dev/null @@ -1,351 +0,0 @@ -OAAT0022 -OAAT0023 -OAAT0024 -OAAT0025 -OAAT0026 -OAAT0027 -OAAT0028 -OAAT0029 -OAAT0030 -OAAT0031 -OAAT0032 -OAAT0033 -OAAT0034 -OAAT0035 -OAAT0036 -OAAT0037 -OAAT0038 -OAAT0039 -OAAT0040 -OAAT0041 -OAAT0042 -OAAT0043 -OAAT0044 -OAAT0045 -OAAT0046 -OAAT0047 -OAAT0048 -OAAT0049 -OAAT0050 -OAAT0051 -OAAT0052 -OAAT0053 -OAAT0054 -OAAT0055 -OAAT0056 -OAAT0057 -OAAT0058 -OAAT0059 -OAAT0060 -OAAT0061 -OAAT0062 -OAAT0063 -OAAT0064 -OAAT0065 -OAAT0454 -OAAT0449 -OAAT0068 -OAAT0069 -OAAT0070 -OAAT0071 -OAAT0072 -OAAT0073 -OAAT0074 -OAAT0075 -OAAT0076 -OAAT0077 -OAAT0078 -OAAT0079 -OAAT0080 -OAAT0081 -OAAT0084 -OAAT0085 -OAAT0086 -OAAT0087 -OAAT0088 -OAAT0089 -OAAT0090 -OAAT0091 -OAAT0092 -OAAT0093 -OAAT0094 -OAAT0095 -OAAT0096 -OAAT0097 -OAAT0098 -OAAT0099 -OAAT0100 -OAAT0101 -OAAT0102 -OAAT0103 -OAAT0104 -OAAT0105 -OAAT0106 -OAAT0107 -OAAT0108 -OAAT0111 -OAAT0112 -OAAT0113 -OAAT0114 -OAAT0115 -OAAT0116 -OAAT0118 -OAAT0119 -OAAT0121 -OAAT0122 -OAAT0123 -OAAT0124 -OAAT0125 -OAAT0126 -OAAT0127 -OAAT0128 -OAAT0129 -OAAT0130 -OAAT0131 -OAAT0132 -OAAT0133 -OAAT0137 -OAAT0138 -OAAT0139 -OAAT0140 -OAAT0141 -OAAT0143 -OAAT0144 -OAAT0146 -OAAT0147 -OAAT0148 -OAAT0150 -OAAT0151 -OAAT0152 -OAAT0153 -OAAT0154 -OAAT0155 -OAAT0156 -OAAT0157 -OAAT0158 -OAAT0159 -OAAT0160 -OAAT0161 -OAAT0162 -OAAT0163 -OAAT0164 -OAAT0165 -OAAT0166 -OAAT0167 -OAAT0168 -OAAT0169 -OAAT0170 -OAAT0171 -OAAT0172 -OAAT0173 -OAAT0174 -OAAT0175 -OAAT0176 -OAAT0177 -OAAT0178 -OAAT0179 -OAAT0180 -OAAT0181 -OAAT0182 -OAAT0183 -OAAT0184 -OAAT0185 -OAAT0186 -OAAT0187 -OAAT0188 -OAAT0189 -OAAT0190 -OAAT0191 -OAAT0192 -OAAT0193 -OAAT0194 -OAAT0195 -OAAT0196 -OAAT0197 -OAAT0198 -OAAT0199 -OAAT0200 -OAAT0201 -OAAT0202 -OAAT0203 -OAAT0204 -OAAT0205 -OAAT0206 -OAAT0207 -OAAT0208 -OAAT0209 -OAAT0210 -OAAT0211 -OAAT0212 -OAAT0213 -OAAT0214 -OAAT0219 -OAAT0220 -OAAT0225 -OAAT0226 -OAAT0227 -OAAT0228 -OAAT0229 -OAAT0230 -OAAT0231 -OAAT0232 -OAAT0233 -OAAT0234 -OAAT0235 -OAAT0236 -OAAT0237 -OAAT0238 -OAAT0239 -OAAT0240 -OAAT0241 -OAAT0242 -OAAT0243 -OAAT0244 -OAAT0246 -OAAT0247 -OAAT0248 -OAAT0249 -OAAT0255 -OAAT0256 -OAAT0257 -OAAT0258 -OAAT0259 -OAAT0260 -OAAT0262 -OAAT0263 -OAAT0264 -OAAT0265 -OAAT0266 -OAAT0271 -OAAT0272 -OAAT0273 -OAAT0274 -OAAT0275 -OAAT0276 -OAAT0277 -OAAT0278 -OAAT0279 -OAAT0280 -OAAT0281 -OAAT0282 -OAAT0283 -OAAT0284 -OAAT0285 -OAAT0286 -OAAT0287 -OAAT0288 -OAAT0289 -OAAT0290 -OAAT0291 -OAAT0292 -OAAT0293 -OAAT0294 -OAAT0295 -OAAT0296 -OAAT0297 -OAAT0298 -OAAT0299 -OAAT0300 -OAAT0301 -OAAT0302 -OAAT0303 -OAAT0304 -OAAT0305 -OAAT0306 -OAAT0307 -OAAT0308 -OAAT0309 -OAAT0310 -OAAT0311 -OAAT0312 -OAAT0313 -OAAT0314 -OAAT0315 -OAAT0316 -OAAT0317 -OAAT0318 -OAAT0319 -OAAT0320 -OAAT0321 -OAAT0322 -OAAT0323 -OAAT0324 -OAAT0325 -OAAT0326 -OAAT0327 -OAAT0328 -OAAT0329 -OAAT0330 -OAAT0331 -OAAT0332 -OAAT0333 -OAAT0334 -OAAT0335 -OAAT0336 -OAAT0339 -OAAT0340 -OAAT0341 -OAAT0342 -OAAT0343 -OAAT0344 -OAAT0345 -OAAT0346 -OAAT0347 -OAAT0348 -OAAT0349 -OAAT0351 -OAAT0352 -OAAT0353 -OAAT0355 -OAAT0356 -OAAT0357 -OAAT0358 -OAAT0359 -OAAT0360 -OAAT0361 -OAAT0362 -OAAT0364 -OAAT0365 -OAAT0366 -OAAT0367 -OAAT0368 -OAAT0370 -OAAT0371 -OAAT0373 -OAAT0375 -OAAT0376 -OAAT0377 -OAAT0378 -OAAT0379 -OAAT0380 -OAAT0381 -OAAT0382 -OAAT0383 -OAAT0384 -OAAT0385 -OAAT0386 -OAAT0387 -OAAT0388 -OAAT0389 -OAAT0390 -OAAT0391 -OAAT0392 -OAAT0393 -OAAT0394 -OAAT0395 -OAAT0396 -OAAT0397 -OAAT0398 -OAAT0399 -OAAT0400 -OAAT0413 -OAAT0403 -OAAT0404 -OAAT0405 -OAAT0418 -OAAT0419 -OAAT0426 -OAAT0435 -OAAT0440 -OAAT0441 -OAAT0442 diff --git a/jobscripts/PPEn11/med.txt b/jobscripts/PPEn11/med.txt deleted file mode 100644 index e21718d..0000000 --- a/jobscripts/PPEn11/med.txt +++ /dev/null @@ -1,32 +0,0 @@ -med001 -med002 -med003 -med004 -med005 -med006 -med007 -med008 -med009 -med010 -med011 -med012 -med013 -med014 -med015 -med016 -med017 -med018 -med019 -med020 -med021 -med022 -med023 -med024 -med025 -med026 -med027 -med028 -med029 -med030 -med031 -med032 diff --git a/jobscripts/PPEn11/med2.txt b/jobscripts/PPEn11/med2.txt deleted file mode 100644 index 78c9735..0000000 --- a/jobscripts/PPEn11/med2.txt +++ /dev/null @@ -1,18 +0,0 @@ -med033 -med034 -med035 -med036 -med037 -med038 -med039 -med040 -med041 -med042 -med043 -med044 -med045 -med046 -med047 -med048 -med049 -med050 diff --git a/jobscripts/PPEn11/rpb.txt b/jobscripts/PPEn11/rpb.txt deleted file mode 100644 index dc616c1..0000000 --- a/jobscripts/PPEn11/rpb.txt +++ /dev/null @@ -1,2 +0,0 @@ -OAAT0472 -OAAT0473 diff --git a/jobscripts/PPEn11/rpb2.txt b/jobscripts/PPEn11/rpb2.txt deleted file mode 100644 index 8ca6883..0000000 --- a/jobscripts/PPEn11/rpb2.txt +++ /dev/null @@ -1,2 +0,0 @@ -OAAT0476 -OAAT0477 diff --git a/jobscripts/PPEn11/rpb3.txt b/jobscripts/PPEn11/rpb3.txt deleted file mode 100644 index fd1e0fc..0000000 --- a/jobscripts/PPEn11/rpb3.txt +++ /dev/null @@ -1,3 +0,0 @@ -OAAT0478 -OAAT0479 -OAAT0480 diff --git a/jobscripts/PPEn11/s0.txt b/jobscripts/PPEn11/s0.txt deleted file mode 100644 index 326d0cc..0000000 --- a/jobscripts/PPEn11/s0.txt +++ /dev/null @@ -1,36 +0,0 @@ -OAAT0400 -OAAT0401 -OAAT0402 -OAAT0403 -OAAT0404 -OAAT0405 -OAAT0406 -OAAT0407 -OAAT0408 -OAAT0409 -OAAT0410 -OAAT0411 -OAAT0412 -OAAT0413 -OAAT0414 -OAAT0415 -OAAT0416 -OAAT0417 -OAAT0418 -OAAT0419 -OAAT0420 -OAAT0421 -OAAT0422 -OAAT0423 -OAAT0424 -OAAT0425 -OAAT0426 -OAAT0427 -OAAT0428 -OAAT0429 -OAAT0430 -OAAT0431 -OAAT0432 -OAAT0433 -OAAT0434 -OAAT0435 diff --git a/jobscripts/PPEn11/s1.txt b/jobscripts/PPEn11/s1.txt deleted file mode 100644 index 94e03c4..0000000 --- a/jobscripts/PPEn11/s1.txt +++ /dev/null @@ -1,25 +0,0 @@ -OAAT0401 -OAAT0413 -OAAT0425 -OAAT0436 -OAAT0437 -OAAT0438 -OAAT0439 -OAAT0440 -OAAT0441 -OAAT0442 -OAAT0443 -OAAT0444 -OAAT0445 -OAAT0446 -OAAT0447 -OAAT0448 -OAAT0449 -OAAT0450 -OAAT0451 -OAAT0452 -OAAT0453 -OAAT0454 -OAAT0455 -OAAT0456 -OAAT0457 diff --git a/jobscripts/PPEn11/s2.txt b/jobscripts/PPEn11/s2.txt deleted file mode 100644 index a94e755..0000000 --- a/jobscripts/PPEn11/s2.txt +++ /dev/null @@ -1,5 +0,0 @@ -OAAT0272 -OAAT0458 -OAAT0459 -OAAT0460 -OAAT0461 diff --git a/jobscripts/PPEn11/s3.txt b/jobscripts/PPEn11/s3.txt deleted file mode 100644 index 7e0dba3..0000000 --- a/jobscripts/PPEn11/s3.txt +++ /dev/null @@ -1 +0,0 @@ -OAAT0272 diff --git a/jobscripts/PPEn11/sandpf.txt b/jobscripts/PPEn11/sandpf.txt deleted file mode 100644 index e57a53f..0000000 --- a/jobscripts/PPEn11/sandpf.txt +++ /dev/null @@ -1,2 +0,0 @@ -OAAT0458 -OAAT0459 diff --git a/jobscripts/PPEn11/sc.txt b/jobscripts/PPEn11/sc.txt deleted file mode 100644 index 726ab96..0000000 --- a/jobscripts/PPEn11/sc.txt +++ /dev/null @@ -1,6 +0,0 @@ -OAAT0109 -OAAT0110 -OAAT0458 -OAAT0459 -OAAT0460 -OAAT0461 diff --git a/jobscripts/PPEn11/test.txt b/jobscripts/PPEn11/test.txt deleted file mode 100644 index 9daeafb..0000000 --- a/jobscripts/PPEn11/test.txt +++ /dev/null @@ -1 +0,0 @@ -test diff --git a/jobscripts/PPEn11/tmp.sh b/jobscripts/PPEn11/tmp.sh deleted file mode 100644 index 4991056..0000000 --- a/jobscripts/PPEn11/tmp.sh +++ /dev/null @@ -1,3 +0,0 @@ -for i in $(seq -f "%04g" 400 420); do - echo 'OAAT'$i >> 'surv_resubmits.txt' -done diff --git a/jobscripts/PPEn11/zb.txt b/jobscripts/PPEn11/zb.txt deleted file mode 100644 index a9c8d19..0000000 --- a/jobscripts/PPEn11/zb.txt +++ /dev/null @@ -1,5 +0,0 @@ -OAAT0458 -OAAT0459 -OAAT0469 -OAAT0470 -OAAT0471 diff --git a/jobscripts/amflx/amflx.txt b/jobscripts/amflx/amflx.txt deleted file mode 100644 index 905fec7..0000000 --- a/jobscripts/amflx/amflx.txt +++ /dev/null @@ -1,402 +0,0 @@ -LHC0000 -LHC0001 -LHC0002 -LHC0003 -LHC0004 -LHC0005 -LHC0006 -LHC0007 -LHC0008 -LHC0009 -LHC0010 -LHC0011 -LHC0012 -LHC0013 -LHC0014 -LHC0015 -LHC0016 -LHC0017 -LHC0018 -LHC0019 -LHC0020 -LHC0021 -LHC0022 -LHC0023 -LHC0024 -LHC0025 -LHC0026 -LHC0027 -LHC0028 -LHC0029 -LHC0030 -LHC0031 -LHC0032 -LHC0033 -LHC0034 -LHC0035 -LHC0036 -LHC0037 -LHC0038 -LHC0039 -LHC0040 -LHC0041 -LHC0042 -LHC0043 -LHC0044 -LHC0045 -LHC0046 -LHC0047 -LHC0048 -LHC0049 -LHC0050 -LHC0051 -LHC0052 -LHC0053 -LHC0054 -LHC0055 -LHC0056 -LHC0057 -LHC0058 -LHC0059 -LHC0060 -LHC0061 -LHC0062 -LHC0063 -LHC0064 -LHC0065 -LHC0066 -LHC0067 -LHC0068 -LHC0069 -LHC0070 -LHC0071 -LHC0072 -LHC0073 -LHC0074 -LHC0075 -LHC0076 -LHC0077 -LHC0078 -LHC0079 -LHC0080 -LHC0081 -LHC0082 -LHC0083 -LHC0084 -LHC0085 -LHC0086 -LHC0087 -LHC0088 -LHC0089 -LHC0090 -LHC0091 -LHC0092 -LHC0093 -LHC0094 -LHC0095 -LHC0096 -LHC0097 -LHC0098 -LHC0099 -LHC0100 -LHC0101 -LHC0102 -LHC0103 -LHC0104 -LHC0105 -LHC0106 -LHC0107 -LHC0108 -LHC0109 -LHC0110 -LHC0111 -LHC0112 -LHC0113 -LHC0114 -LHC0115 -LHC0116 -LHC0117 -LHC0118 -LHC0119 -LHC0120 -LHC0121 -LHC0122 -LHC0123 -LHC0124 -LHC0125 -LHC0126 -LHC0127 -LHC0128 -LHC0129 -LHC0130 -LHC0131 -LHC0132 -LHC0133 -LHC0134 -LHC0135 -LHC0136 -LHC0137 -LHC0138 -LHC0139 -LHC0140 -LHC0141 -LHC0142 -LHC0143 -LHC0144 -LHC0145 -LHC0146 -LHC0147 -LHC0148 -LHC0149 -LHC0150 -LHC0151 -LHC0152 -LHC0153 -LHC0154 -LHC0155 -LHC0156 -LHC0157 -LHC0158 -LHC0159 -LHC0160 -LHC0161 -LHC0162 -LHC0163 -LHC0164 -LHC0165 -LHC0166 -LHC0167 -LHC0168 -LHC0169 -LHC0170 -LHC0171 -LHC0172 -LHC0173 -LHC0174 -LHC0175 -LHC0176 -LHC0177 -LHC0178 -LHC0179 -LHC0180 -LHC0181 -LHC0182 -LHC0183 -LHC0184 -LHC0185 -LHC0186 -LHC0187 -LHC0188 -LHC0189 -LHC0190 -LHC0191 -LHC0192 -LHC0193 -LHC0194 -LHC0195 -LHC0196 -LHC0197 -LHC0198 -LHC0199 -LHC0200 -member -LHC0001 -LHC0002 -LHC0003 -LHC0004 -LHC0005 -LHC0006 -LHC0007 -LHC0008 -LHC0009 -LHC0010 -LHC0011 -LHC0012 -LHC0013 -LHC0014 -LHC0015 -LHC0016 -LHC0017 -LHC0018 -LHC0019 -LHC0020 -LHC0021 -LHC0022 -LHC0023 -LHC0024 -LHC0025 -LHC0026 -LHC0027 -LHC0028 -LHC0029 -LHC0030 -LHC0031 -LHC0032 -LHC0033 -LHC0034 -LHC0035 -LHC0036 -LHC0037 -LHC0038 -LHC0039 -LHC0040 -LHC0041 -LHC0042 -LHC0043 -LHC0044 -LHC0045 -LHC0046 -LHC0047 -LHC0048 -LHC0049 -LHC0050 -LHC0051 -LHC0052 -LHC0053 -LHC0054 -LHC0055 -LHC0056 -LHC0057 -LHC0058 -LHC0059 -LHC0060 -LHC0061 -LHC0062 -LHC0063 -LHC0064 -LHC0065 -LHC0066 -LHC0067 -LHC0068 -LHC0069 -LHC0070 -LHC0071 -LHC0072 -LHC0073 -LHC0074 -LHC0075 -LHC0076 -LHC0077 -LHC0078 -LHC0079 -LHC0080 -LHC0081 -LHC0082 -LHC0083 -LHC0084 -LHC0085 -LHC0086 -LHC0087 -LHC0088 -LHC0089 -LHC0090 -LHC0091 -LHC0092 -LHC0093 -LHC0094 -LHC0095 -LHC0096 -LHC0097 -LHC0098 -LHC0099 -LHC0100 -LHC0101 -LHC0102 -LHC0103 -LHC0104 -LHC0105 -LHC0106 -LHC0107 -LHC0108 -LHC0109 -LHC0110 -LHC0111 -LHC0112 -LHC0113 -LHC0114 -LHC0115 -LHC0116 -LHC0117 -LHC0118 -LHC0119 -LHC0120 -LHC0121 -LHC0122 -LHC0123 -LHC0124 -LHC0125 -LHC0126 -LHC0127 -LHC0128 -LHC0129 -LHC0130 -LHC0131 -LHC0132 -LHC0133 -LHC0134 -LHC0135 -LHC0136 -LHC0137 -LHC0138 -LHC0139 -LHC0140 -LHC0141 -LHC0142 -LHC0143 -LHC0144 -LHC0145 -LHC0146 -LHC0147 -LHC0148 -LHC0149 -LHC0150 -LHC0151 -LHC0152 -LHC0153 -LHC0154 -LHC0155 -LHC0156 -LHC0157 -LHC0158 -LHC0159 -LHC0160 -LHC0161 -LHC0162 -LHC0163 -LHC0164 -LHC0165 -LHC0166 -LHC0167 -LHC0168 -LHC0169 -LHC0170 -LHC0171 -LHC0172 -LHC0173 -LHC0174 -LHC0175 -LHC0176 -LHC0177 -LHC0178 -LHC0179 -LHC0180 -LHC0181 -LHC0182 -LHC0183 -LHC0184 -LHC0185 -LHC0186 -LHC0187 -LHC0188 -LHC0189 -LHC0190 -LHC0191 -LHC0192 -LHC0193 -LHC0194 -LHC0195 -LHC0196 -LHC0197 -LHC0198 -LHC0199 -LHC0200 diff --git a/jobscripts/amflx/configs/mpj.config b/jobscripts/amflx/configs/mpj.config deleted file mode 100644 index 5c38198..0000000 --- a/jobscripts/amflx/configs/mpj.config +++ /dev/null @@ -1,27 +0,0 @@ -#need to identify where the script can expect certain files -PPE="/glade/u/home/djk2120/ppe_tools/jobscripts/" -SCRIPTS="/glade/work/djk2120/ctsm_amflx/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010SP/" - -#the list of paramfiles -paramList="amflx/five.txt" - -#where to find the parameter files -PARAMS="/glade/scratch/djk2120/PPEn11/amflx_lhc/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=true -NLMODS="/glade/scratch/djk2120/PPEn11/amflx_lhc/namelist_mods/" - -#presubmission template -template="/glade/u/home/djk2120/ppe_tools/jobscripts/amflx.job" - -#specify the cases -ensemble="CTL2010SP" -cases=("PPEn11_CTL2010SPSpin_US-Mpj-beta3" \ - "PPEn11_CTL2010SP_US-Mpj-beta3") -exeroots=("/glade/scratch/djk2120/PPEn11_CTL2010SPSpin_US-Ho1-beta3/bld" \ - "/glade/scratch/djk2120/PPEn11_CTL2010SP_US-Ho1-beta3/bld") diff --git a/jobscripts/amflx/configs/rpb.config b/jobscripts/amflx/configs/rpb.config deleted file mode 100644 index 7bd7450..0000000 --- a/jobscripts/amflx/configs/rpb.config +++ /dev/null @@ -1,28 +0,0 @@ -#need to identify where the script can expect certain files -PPE="/glade/u/home/djk2120/clm5ppe/jobscripts/" -SCRIPTS="/glade/work/djk2120/PPEn11/cime/scripts/" -SCRATCH="/glade/scratch/djk2120/" -RESTARTS="/glade/scratch/djk2120/PPEn11/restarts/" -HIST_DIR="/glade/scratch/djk2120/PPEn11/hist/CTL2010/" - -#the list of paramfiles -paramList="towers/tower_lhc.txt" - -#where to find the parameter files -PARAMS="/glade/scratch/djk2120/PPEn11/paramfiles/" - -#options to specify unique namelist_mods for each paramset -# e.g. if you are varying baseflow_scalar -nlmodsFlag=false -NLMODS="/glade/scratch/djk2120/PPEn11/namelist_mods/" - -#presubmission template -template="/glade/u/home/djk2120/clm5ppe/jobscripts/presubmission.template" - -#specify the cases -codebase="PPEn11" -ensemble="CTL2010" -cases=($codebase"_"$ensemble"_AD" \ - $codebase"_"$ensemble"_SASU" \ - $codebase"_"$ensemble"_postSASU" \ - $codebase"_"$ensemble) diff --git a/jobscripts/amflx/five.txt b/jobscripts/amflx/five.txt deleted file mode 100644 index 98c410f..0000000 --- a/jobscripts/amflx/five.txt +++ /dev/null @@ -1,5 +0,0 @@ -LHC0000 -LHC0001 -LHC0002 -LHC0003 -LHC0004 diff --git a/jobscripts/ens_submit.o3681699 b/jobscripts/ens_submit.o3681699 deleted file mode 100644 index 57087ce..0000000 --- a/jobscripts/ens_submit.o3681699 +++ /dev/null @@ -1,17920 +0,0 @@ - Successfully created new case PPEn11_C285_AD_OAAT0481 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0481 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0481 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0481 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0481 -3681703.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0482 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0482 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0482 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0482 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0482 -3681705.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0483 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0483 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0483 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0483 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0483 -3681711.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0484 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0484 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0484 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0484 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0484 -3681713.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0485 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0485 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0485 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0485 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0485 -3681716.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0486 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0486 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0486 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0486 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0486 -3681719.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0487 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0487 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0487 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0487 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0487 -3681723.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0488 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0488 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0488 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0488 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0488 -3681725.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0489 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0489 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0489 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0489 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0489 -3681727.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0490 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0490 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0490 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0490 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0490 -3681731.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0491 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0491 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0491 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0491 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0491 -3681733.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0492 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0492 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0492 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0492 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0492 -3681735.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0493 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0493 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0493 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0493 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0493 -3681737.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0494 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0494 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0494 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0494 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0494 -3681742.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0495 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0495 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0495 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0495 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0495 -3681746.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0496 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0496 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0496 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0496 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0496 -3681752.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0497 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0497 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0497 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0497 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0497 -3681756.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0498 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0498 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0498 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0498 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0498 -3681760.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0499 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0499 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0499 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0499 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0499 -3681764.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0500 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0500 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0500 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0500 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0500 -3681769.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0501 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0501 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0501 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0501 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0501 -3681773.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0502 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0502 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0502 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0502 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0502 -3681775.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0503 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0503 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0503 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0503 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0503 -3681791.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0504 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0504 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0504 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0504 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0504 -3681796.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0505 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0505 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0505 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0505 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0505 -3681799.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0506 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0506 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0506 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0506 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0506 -3681801.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0507 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0507 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0507 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0507 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0507 -3681805.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C285_AD_OAAT0508 from clone case PPEn11_C285_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_AD/PPEn11_C285_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_SASU_OAAT0508 from clone case PPEn11_C285_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_postSASU_OAAT0508 from clone case PPEn11_C285_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_postSASU/PPEn11_C285_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C285_OAAT0508 from clone case PPEn11_C285 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285/PPEn11_C285_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n07_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C285/PPEn11_C285_SASU/PPEn11_C285_SASU_OAAT0508 -3681809.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0481 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0481 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0481 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0481 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0481 -3681812.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0482 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0482 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0482 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0482 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0482 -3681814.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0483 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0483 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0483 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0483 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0483 -3681818.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0484 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0484 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0484 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0484 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0484 -3681820.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0485 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0485 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0485 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0485 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0485 -3681823.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0486 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0486 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0486 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0486 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0486 -3681826.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0487 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0487 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0487 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0487 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0487 -3681835.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0488 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0488 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0488 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0488 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0488 -3681838.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0489 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0489 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0489 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0489 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0489 -3681843.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0490 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0490 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0490 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0490 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0490 -3681850.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0491 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0491 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0491 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0491 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0491 -3681853.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0492 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0492 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0492 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0492 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0492 -3681857.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0493 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0493 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0493 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0493 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0493 -3681860.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0494 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0494 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0494 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0494 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0494 -3681862.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0495 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0495 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0495 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0495 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0495 -3681865.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0496 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0496 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0496 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0496 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0496 -3681870.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0497 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0497 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0497 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0497 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0497 -3681875.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0498 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0498 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0498 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0498 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0498 -3681880.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0499 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0499 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0499 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0499 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0499 -3681882.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0500 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0500 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0500 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0500 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0500 -3681885.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0501 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0501 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0501 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0501 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0501 -3681888.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0502 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0502 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0502 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0502 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0502 -3681891.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0503 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0503 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0503 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0503 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0503 -3681895.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0504 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0504 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0504 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0504 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0504 -3681899.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0505 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0505 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0505 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0505 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0505 -3681903.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0506 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0506 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0506 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0506 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0506 -3681906.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0507 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0507 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0507 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0507 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0507 -3681913.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF1855_AD_OAAT0508 from clone case PPEn11_AF1855_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_AD/PPEn11_AF1855_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_SASU_OAAT0508 from clone case PPEn11_AF1855_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_postSASU_OAAT0508 from clone case PPEn11_AF1855_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_postSASU/PPEn11_AF1855_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF1855_OAAT0508 from clone case PPEn11_AF1855 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855/PPEn11_AF1855_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF1855/PPEn11_AF1855_SASU/PPEn11_AF1855_SASU_OAAT0508 -3681916.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0481 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0481 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0481 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0481 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0481 -3681920.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0482 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0482 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0482 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0482 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0482 -3681924.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0483 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0483 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0483 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0483 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0483 -3681926.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0484 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0484 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0484 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0484 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0484 -3681928.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0485 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0485 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0485 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0485 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0485 -3681930.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0486 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0486 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0486 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0486 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0486 -3681933.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0487 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0487 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0487 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0487 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0487 -3681935.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0488 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0488 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0488 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0488 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0488 -3681937.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0489 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0489 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0489 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0489 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0489 -3681940.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0490 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0490 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0490 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0490 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0490 -3681943.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0491 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0491 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0491 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0491 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0491 -3681945.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0492 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0492 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0492 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0492 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0492 -3681947.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0493 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0493 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0493 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0493 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0493 -3681949.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0494 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0494 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0494 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0494 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0494 -3681951.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0495 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0495 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0495 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0495 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0495 -3681953.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0496 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0496 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0496 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0496 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0496 -3681956.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0497 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0497 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0497 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0497 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0497 -3681960.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0498 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0498 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0498 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0498 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0498 -3681964.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0499 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0499 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0499 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0499 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0499 -3681966.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0500 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0500 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0500 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0500 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0500 -3681969.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0501 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0501 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0501 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0501 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0501 -3681973.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0502 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0502 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0502 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0502 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0502 -3681975.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0503 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0503 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0503 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0503 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0503 -3681978.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0504 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0504 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0504 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0504 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0504 -3681980.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0505 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0505 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0505 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0505 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0505 -3681982.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0506 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0506 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0506 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0506 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0506 -3681984.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0507 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0507 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0507 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0507 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0507 -3681986.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_C867_AD_OAAT0508 from clone case PPEn11_C867_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_AD/PPEn11_C867_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_SASU_OAAT0508 from clone case PPEn11_C867_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_postSASU_OAAT0508 from clone case PPEn11_C867_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_postSASU/PPEn11_C867_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_C867_OAAT0508 from clone case PPEn11_C867 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867/PPEn11_C867_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/C867/PPEn11_C867_SASU/PPEn11_C867_SASU_OAAT0508 -3681989.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0481 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0481 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0481 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0481 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0481 -3681994.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0482 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0482 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0482 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0482 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0482 -3681996.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0483 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0483 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0483 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0483 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0483 -3681998.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0484 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0484 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0484 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0484 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0484 -3682001.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0485 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0485 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0485 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0485 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0485 -3682003.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0486 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0486 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0486 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0486 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0486 -3682005.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0487 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0487 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0487 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0487 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0487 -3682007.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0488 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0488 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0488 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0488 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0488 -3682009.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0489 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0489 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0489 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0489 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0489 -3682012.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0490 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0490 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0490 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0490 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0490 -3682015.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0491 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0491 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0491 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0491 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0491 -3682019.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0492 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0492 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0492 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0492 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0492 -3682023.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0493 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0493 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0493 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0493 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0493 -3682026.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0494 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0494 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0494 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0494 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0494 -3682033.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0495 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0495 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0495 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0495 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0495 -3682037.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0496 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0496 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0496 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0496 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0496 -3682040.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0497 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0497 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0497 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0497 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0497 -3682045.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0498 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0498 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0498 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0498 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0498 -3682048.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0499 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0499 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0499 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0499 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0499 -3682051.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0500 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0500 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0500 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0500 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0500 -3682053.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0501 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0501 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0501 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0501 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0501 -3682055.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0502 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0502 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0502 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0502 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0502 -3682058.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0503 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0503 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0503 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0503 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0503 -3682060.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0504 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0504 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0504 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0504 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0504 -3682062.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0505 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0505 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0505 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0505 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0505 -3682064.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0506 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0506 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0506 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0506 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0506 -3682068.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0507 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0507 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0507 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0507 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0507 -3682074.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_NDEP_AD_OAAT0508 from clone case PPEn11_NDEP_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_AD/PPEn11_NDEP_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_SASU_OAAT0508 from clone case PPEn11_NDEP_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_postSASU_OAAT0508 from clone case PPEn11_NDEP_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_postSASU/PPEn11_NDEP_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_NDEP_OAAT0508 from clone case PPEn11_NDEP -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP/PPEn11_NDEP_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/NDEP/PPEn11_NDEP_SASU/PPEn11_NDEP_SASU_OAAT0508 -3682078.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0481 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0481 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0481 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0481 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0481/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0481/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0481 -3682081.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0482 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0482 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0482 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0482 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0482/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0482/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0482 -3682084.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0483 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0483 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0483 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0483 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0483/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0483/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0483 -3682086.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0484 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0484 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0484 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0484 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0484/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0484/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0484 -3682088.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0485 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0485 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0485 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0485 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0485/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0485/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0485 -3682090.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0486 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0486 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0486 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0486 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0486/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0486/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0486 -3682093.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0487 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0487 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0487 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0487 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0487/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0487/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0487 -3682097.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0488 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0488 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0488 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0488 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0488/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0488/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0488 -3682099.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0489 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0489 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0489 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0489 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0489/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0489/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0489 -3682101.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0490 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0490 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0490 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0490 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0490/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0490/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0490 -3682104.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0491 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0491 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0491 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0491 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0491/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0491/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0491 -3682107.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0492 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0492 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0492 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0492 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0492/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0492/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0492 -3682110.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0493 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0493 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0493 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0493 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0493/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0493/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0493 -3682112.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0494 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0494 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0494 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0494 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0494/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0494/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0494 -3682114.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0495 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0495 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0495 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0495 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0495/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0495/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0495 -3682116.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0496 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0496 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0496 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0496 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0496/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0496/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0496 -3682118.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0497 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0497 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0497 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0497 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0497/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0497/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0497 -3682121.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0498 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0498 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0498 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0498 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0498/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0498/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0498 -3682123.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0499 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0499 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0499 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0499 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0499/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0499/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0499 -3682125.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0500 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0500 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0500 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0500 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0500/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0500/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0500 -3682129.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0501 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0501 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0501 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0501 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0501/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0501/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0501 -3682131.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0502 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0502 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0502 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0502 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0502/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0502/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0502 -3682133.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0503 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0503 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0503 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0503 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0503/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0503/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0503 -3682137.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0504 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0504 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0504 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0504 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0504/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0504/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0504 -3682139.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0505 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0505 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0505 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0505 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0505/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0505/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0505 -3682142.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0506 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0506 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0506 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0506 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0506/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0506/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0506 -3682144.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0507 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0507 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0507 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0507 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0507/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0507/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0507 -3682146.chadmin1.ib0.cheyenne.ucar.edu - Successfully created new case PPEn11_AF2095_AD_OAAT0508 from clone case PPEn11_AF2095_AD -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_AD/PPEn11_AF2095_AD_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_SASU_OAAT0508 from clone case PPEn11_AF2095_SASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_postSASU_OAAT0508 from clone case PPEn11_AF2095_postSASU -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_postSASU/PPEn11_AF2095_postSASU_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - Successfully created new case PPEn11_AF2095_OAAT0508 from clone case PPEn11_AF2095 -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0508/env_mach_specific.xml already exists, delete to replace -/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095/PPEn11_AF2095_OAAT0508/env_mach_specific.xml already exists, delete to replace -job is case.run USER_REQUESTED_WALLTIME None USER_REQUESTED_QUEUE economy WALLTIME_FORMAT %H:%M:%S -Creating batch scripts -Writing case.run script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.case.run -Creating file .case.run -Writing case.st_archive script from input template /glade/work/oleson/PPE.n08_ctsm5.1.dev023/cime/config/cesm/machines/template.st_archive -Creating file case.st_archive -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -Setting Environment OMP_STACKSIZE=1024M -Setting Environment TMPDIR=/glade/scratch/djk2120 -Setting Environment MPI_TYPE_DEPTH=16 -Setting Environment MPI_IB_CONGESTED=1 -Setting resource.RLIMIT_STACK to -1 from (-1, -1) -Machine/Decomp/Pes configuration has already been done ...skipping -If an old case build already exists, might want to run 'case.build --clean' before building -You can now run './preview_run' to get more info on how your case will be run -For your changes to take effect, run: -./case.build --clean-all -./case.build -For your changes to take effect, run: -./case.build --clean-all -./case.build - -env_batch.xml appears to have changed, regenerating batch scripts -manual edits to these file will be lost! - -submit_jobs case.run -Submit job case.run -nextcase=/glade/work/djk2120/PPEn11/cime/scripts/AF2095/PPEn11_AF2095_SASU/PPEn11_AF2095_SASU_OAAT0508 -3682150.chadmin1.ib0.cheyenne.ucar.edu