This function uses simple methods to gapfill NOAA GEFS met data. Temperature and Precipitation are gapfilled with splines; other data sources are gapfilled using linear models fitted to other fitted data.
Usage
metgapfill.NOAA_GEFS(
in.prefix,
in.path,
outfolder,
start_date,
end_date,
overwrite = FALSE,
verbose = FALSE,
...
)Arguments
- in.prefix
the met file name
- in.path
The location of the file
- outfolder
The place to write the output file to
- start_date
The start date of the contents of the file
- end_date
The end date of the contents of the file
- overwrite
Whether or not to overwrite the output file if it exists or not
- verbose
Passed to nc writing functions for additional output
- ...
further arguments, currently ignored