-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.workflow.txt
36 lines (21 loc) · 1.08 KB
/
readme.workflow.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
The workflow for the R Markdown scripts is from 00 to 04:
00-isocape-data-preparation.Rmd
01-isocape-model-fits-regressions.Rmd
02-isocape-kriging-sinusoidal-parameters.Rmd
03-isocape-monthly-residuals.Rmd
04-isocape-jack-knife.Rmd
Associated with each of these is an html file with the R code, output, and documentation.
Except for 04 which takes a very long time to run (a week or more).
Output data at each step is saved, and feeds into the following steps.
Data Files
----------
Raw input data (e.g. isotope values at sites, site information) are in the directory "data"
Some input data that required substantial pre-processing time (mostly the VCSN climate data)
are in the directory "ProcessedData"
Output data at each step is saved, and feeds into the following steps. These intermediate
data are saved as R objects in "Output/Data"
Results at each step are saved in sub-directories under "Output":
ModelFitResults (results from 01)
KrigingResults (results from 02)
MonthlyResults (results from 03)
JackKnifeResults (results from 04)