temporal_downscale: Temporally Downscale a NOAA GEFS Forecast

View source: R/temporal_downscale.R

temporal_downscaleR Documentation

Temporally Downscale a NOAA GEFS Forecast

Description

Downscale a 6hr NOAA Global Ensemble Forecast System (GEFS) forecast (in netCDF form) to a finer time resolution.

Usage

temporal_downscale(input_file, output_file, overwrite = TRUE, hr = 1)

Arguments

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).

Value

None

Author(s)

Quinn Thomas


FLARE-forecast/Rnoaa4cast documentation built on Sept. 4, 2022, 12:38 a.m.