Skip to contents

Met Processes for ERA5 data

Usage

ERA5_met_process(
  settings,
  in.path,
  out.path,
  write.db = FALSE,
  write = TRUE,
  ncores = 1
)

Arguments

settings

a multi-settings object

in.path

met input path

out.path

output path

write.db

if write into Bety database

write

if write the settings into pecan.xml file in the outdir of settings.

ncores

numeric: the number of CPUs for the parallel compute. Default is 1.

Value

if write.db is True then return input IDs with physical paths; if write.db is False then return just physical paths of extracted ERA5 clim files.

Author

Dongchen Zhang