debias_met_forecast: Debias Meteorology for a NOAA GEFS Forecast

View source: R/debias_met_forecast.R

debias_met_forecastR Documentation

Debias Meteorology for a NOAA GEFS Forecast

Description

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.

Usage

debias_met_forecast(
  input_file,
  output_file,
  spatial_downscale_coeff,
  overwrite
)

Arguments

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.

Value

None.


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