Skip to content
Snippets Groups Projects
Commit 9f4cbb33 authored by Maria Voigt's avatar Maria Voigt
Browse files

changing folder and names

parent 2a4c15f4
Branches
No related tags found
No related merge requests found
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
# here somehow write the prefix depending on what we are testing # here somehow write the prefix depending on what we are testing
JOB_NAME_PREFIX=ppln_noa_50_ac JOB_NAME_PREFIX=ppln_ae75m_50_ac
INPUT_PATH='/work/voigtma/ppln_noae_50_ac-2017-02-09T18-31-21' INPUT_PATH='/work/voigtma/ppln_ae75m_50_ac-2017-02-15T14-23-58'
NAME=$JOB_NAME_PREFIX-$(date +%FT%H-%M-%S) NAME=$JOB_NAME_PREFIX-$(date +%FT%H-%M-%S)
OUTPUT_PATH=/work/$USER/$NAME OUTPUT_PATH=$INPUT_PATH
# qsub -v means that OUTPUT_PATH goes into environment (normally export, but with qsub different) # qsub -v means that OUTPUT_PATH goes into environment (normally export, but with qsub different)
QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y" QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y"
...@@ -27,6 +27,7 @@ QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y" ...@@ -27,6 +27,7 @@ QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y"
$HOME/orangutan_density_distribution/src/model_fitting/submit_abundance_model_ac_term.sh \ $HOME/orangutan_density_distribution/src/model_fitting/submit_abundance_model_ac_term.sh \
-i $INPUT_PATH \ -i $INPUT_PATH \
--ESW-aerial 0.075 \ --ESW-aerial 0.075 \
--include-aerial \
--stability) --stability)
...@@ -36,6 +37,5 @@ QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y" ...@@ -36,6 +37,5 @@ QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y"
-hold_jid $MODEL_JOB_ID_FITTING \ -hold_jid $MODEL_JOB_ID_FITTING \
-t 1999:2015 \ -t 1999:2015 \
$HOME/orangutan_density_distribution/src/prediction/submit_abundance_pred.sh \ $HOME/orangutan_density_distribution/src/prediction/submit_abundance_pred.sh \
-i $OUTPUT_PATH \ -i $OUTPUT_PATH )
-q)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment