Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
manuscript_code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maria Voigt
manuscript_code
Commits
f0dd89f6
Commit
f0dd89f6
authored
Sep 5, 2017
by
Maria Voigt
Browse files
Options
Downloads
Patches
Plain Diff
deleted some additional predictors that not needed
parent
c791ea44
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/model_fitting/abundance_model.R
+0
-6
0 additions, 6 deletions
src/model_fitting/abundance_model.R
src/pipeline/submit_pipeline_model.sh
+15
-16
15 additions, 16 deletions
src/pipeline/submit_pipeline_model.sh
with
15 additions
and
22 deletions
src/model_fitting/abundance_model.R
+
0
−
6
View file @
f0dd89f6
...
@@ -217,12 +217,6 @@ predictor_names_for_scaling <- c( "dem",
...
@@ -217,12 +217,6 @@ predictor_names_for_scaling <- c( "dem",
"plantation_distance"
,
"plantation_distance"
,
"pulp_distance"
,
"pulp_distance"
,
"palm_distance"
,
"palm_distance"
,
"plantation_age"
,
"plantation_cover"
,
"IOPP_age"
,
"IOPP_cover"
,
"ITP_age"
,
"ITP_cover"
,
"dom_T_OC"
,
"dom_T_OC"
,
"dom_T_PH"
)
"dom_T_PH"
)
...
...
This diff is collapsed.
Click to expand it.
src/pipeline/submit_pipeline_model.sh
+
15
−
16
View file @
f0dd89f6
...
@@ -6,14 +6,13 @@
...
@@ -6,14 +6,13 @@
# 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_ae
150
m_50
JOB_NAME_PREFIX
=
ppln_ae
4.5
m_50
INPUT_PATH
=
'/data/idiv_kuehl/maria_data/pipeline'
INPUT_PATH
=
'/data/idiv_kuehl/maria_data/pipeline'
NAME
=
$JOB_NAME_PREFIX
-
$(
date
+%FT%H-%M-%S
)
NAME
=
$JOB_NAME_PREFIX
-
$(
date
+%FT%H-%M-%S
)
# FIX THIS
# FIX THIS
OUTPUT_PATH
=
/work/
$USER
/
$NAME
OUTPUT_PATH
=
/work/
$USER
/
$NAME
# 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"
...
@@ -22,12 +21,11 @@ QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y"
...
@@ -22,12 +21,11 @@ QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y"
# model-fitting & prediction
# model-fitting & prediction
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
MODEL_JOB_ID_FITTING
=
$(
$QSUB
\
MODEL_JOB_ID_FITTING
=
$(
$QSUB
\
-N
${
JOB_NAME_PREFIX
}
_fitting
\
-N
${
JOB_NAME_PREFIX
}
_fitting
\
$HOME
/orangutan_density_distribution/src/model_fitting/submit_abundance_model
_ac_term
.sh
\
$HOME
/orangutan_density_distribution/src/model_fitting/submit_abundance_model.sh
\
-i
$INPUT_PATH
\
-i
$INPUT_PATH
\
--ESW-aerial
0.
1
5
\
--ESW-aerial
0.
004
5
\
--include-aerial
\
--include-aerial
\
--stability
)
--stability
)
...
@@ -39,5 +37,6 @@ QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y"
...
@@ -39,5 +37,6 @@ QSUB="qsub -terse -v OUTPUT_PATH=$OUTPUT_PATH -o /work/$USER/$NAME.log -j y"
-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
$INPUT_PATH
\
-i
$INPUT_PATH
\
--input-model
$OUTPUT_PATH
\
--focal-change-predictor
NA
)
--focal-change-predictor
NA
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment