debias_met.Rddebias.met takes input_met and debiases it based on statistics from a train_met dataset
debias.met(outfolder, input_met, train_met, site_id, de_method = "linear", overwrite = FALSE, verbose = FALSE, ...)
| 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  | 
    
| 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   |