View source: R/temporal_downscale.R
temporal_downscale | R Documentation |
Downscale a 6hr NOAA Global Ensemble Forecast System (GEFS) forecast (in netCDF form) to a finer time resolution.
temporal_downscale(input_file, output_file, overwrite = TRUE, hr = 1)
input_file |
Full path to The path to a NOAA GEFS 6hr forecast netCDF file to downscale. |
output_file |
Full path to 1hr file that will be generated. |
overwrite |
Logical stating whether to overwrite an existing output file. |
hr |
Time step in hours of temporal downscaling (default = 1). |
None
Quinn Thomas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.