debias_met_forecast: Debias Meteorology for a NOAA GEFS Forecast

Description Usage Arguments Value

View source: R/debias_met_forecast.R

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

1
2
3
4
5
6
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.


rqthomas/noaaGEFSpoint documentation built on Feb. 22, 2022, 4:27 a.m.