Skip to contents

debias.met takes input_met and debiases it based on statistics from a train_met dataset

Usage

debias.met(
  outfolder,
  input_met,
  train_met,
  site_id,
  de_method = "linear",
  overwrite = FALSE,
  verbose = FALSE,
  ...
)

Arguments

outfolder

location where output is stored

input_met

- the source_met dataset that will be altered by the training dataset in NC format.

train_met

- the observed dataset that will be used to train the modeled dataset in NC format

site_id

BETY site id

de_method

- select which debias method you would like to use, options are 'normal', 'linear regression'

overwrite

logical: replace output file if it already exists? Currently ignored.

verbose

logical: should ncdf4

...

other inputs functions print debugging information as they run?

Author

James Simkins