Description Usage Arguments Value
View source: R/debias_met_forecast.R
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.
1 2 3 4 5 6  | 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.