Skip to content

Commit

Permalink
moving slr tif files to mazu
Browse files Browse the repository at this point in the history
  • Loading branch information
Melsteroni committed Dec 6, 2017
1 parent 0f60bc1 commit bdb3533
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions globalprep/prs_sst/movingFiles.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
##### Moving intermediate SLR rasters to Mazu (getting too large for Github)

source("src/R/common.R")

## 2016
tmp <- list.files("globalprep/prs_sst/v2016/int", pattern = "tif", full=TRUE)
file.copy(tmp, file.path(dir_M, "git-annex/globalprep/prs_sst/v2016/int"))

0 comments on commit bdb3533

Please sign in to comment.