View source: R/debias_met_forecast.R
debias_met_forecast | R Documentation |
Take a NOAA GEFS forecast (netCDF) file and adjust the meteorology for a systematic bias between the forecast grid and a specific location within that grid cell.
debias_met_forecast( input_file, output_file, spatial_downscale_coeff, overwrite )
input_file |
The path to a NOAA GEFS forecast netCDF file to modify. |
output_file |
The path and file name for the debiased output forecast. |
spatial_downscale_coeff |
A list or data frame containing debasing parameter values lists (see details). |
overwrite |
Logical stating whether to overwrite any existing output files. |
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.