clim_locs_dec_all.Rd
Consolidate extracted and curated decadal climate values (monthly and seasonal) for point locations.
clim_locs_dec_all(in_dir = snapdef()$ar5dir_locs_dec, out_dir = snapdef()$ar5dir_locs_all, by_variable = TRUE, mc.cores = 32)
in_dir | input directory containing files produced by |
---|---|
out_dir | output directory. |
by_variable | logical, unique output file directory per climate variable. See details. |
mc.cores | number of CPUs when processing years in parallel. Defaults to 32 assuming Atlas compute node context. |
Consolidate into one monthly and one seasonal file per climate variable.
If by_variable = FALSE
, consolidate into one monthly and one seasonal file for all variables.
# NOT RUN { clim_locs_dec_all() # }