Skip to content
Snippets Groups Projects
Commit 7ef7901e authored by Peter Alexander's avatar Peter Alexander
Browse files

cluster script changes

parent 4e2b062d
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@ if [ "$#" -ne 1 ]; then
exit
fi
concatLcFile=$1/lc_concat.txt
concatPriceFile=$1/price_concat.txt
cd $1
concatLcFile=lc_concat.txt
concatPriceFile=price_concat.txt
echo "Scenario,Year,Cropland,Pasture,ManForest,UnmanForest,Natural,FertCrop,FertPasture,IrrigCrop,IrrigPasture" > $concatLcFile
echo "Scenario,Year,Crop,Imports,Exports,Price,Stocks" > $concatPriceFile
......
......@@ -29,8 +29,8 @@ do
jobName=$ensemble"_"$scenario
echo "qsub -N $jobName /exports/csce/eddie/geos/groups/LURG/models/PLUM/plumv2/scripts/runPlum.sh $ensemble/$scenario"
qsub -N $jobName /exports/csce/eddie/geos/groups/LURG/models/PLUM/plumv2/scripts/runPlum.sh $ensemble/$scenario
echo "qsub -hold_jid calib -N $jobName /exports/csce/eddie/geos/groups/LURG/models/PLUM/plumv2/scripts/runPlum.sh $ensemble/$scenario"
qsub -hold_jid calib -N $jobName /exports/csce/eddie/geos/groups/LURG/models/PLUM/plumv2/scripts/runPlum.sh $ensemble/$scenario
fi
done < $filename
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment