split_monthly_files.Rd
Split grouped monthly climate files into individual monthly files with 01
through 12
suffix in file names.
split_monthly_files(in_dir = snapdef()$ar5dir_dist_monthly, out_dir = snapdef()$ar5dir_dist_monthly_split, mc.cores = 32)
in_dir | input directory, e.g., |
---|---|
out_dir | output directory, e.g., |
mc.cores | number of CPUs when processing years in parallel. Defaults to 32 assuming Atlas compute node context. |
This function trades fewer files for smaller files and can be preferable for data fetched from AWS in Shiny apps.
# NOT RUN { split_monthly_files() # }