clim_locs.Rd
Arrange extracted monthly climate values for point locations into individual files by location from preliminary monthly files split by RCP, climate model and climate variable. Compute seasonal/annual means for temperature variables and seasonal/annual totals for precipitation.
clim_locs(in_dir = snapdef()$ar5dir_locs_prep, out_dir = snapdef()$ar5dir_locs, overwrite = FALSE, mc.cores = 32)
in_dir | input directory containing files produced by |
---|---|
out_dir | output directory. |
overwrite | logical, overwrite existing files. |
mc.cores | number of CPUs when processing years in parallel. Defaults to 32 assuming Atlas compute node context. |
# NOT RUN { clim_locs() # }