get_calib_init_validation: Get last values from a calibration period to be used for the...

View source: R/get_calib_init_validation.R

get_calib_init_validationR Documentation

Get last values from a calibration period to be used for the validation

Description

Reads in nml-file and output from calibration to get initial values for the calibration

Usage

get_calib_init_validation(file_name, output)

Arguments

file_name

String of the GLM namelist file, in most cases this is 'glm3.nml'

output

String of the file path in which the output.nc file is stored (created by calibration period)

Author(s)

Robert Ladwig

See Also

get_calib_setup, get_calib_periods, calibrate_sim

Examples

nc_file <- system.file("extdata", "output/output.nc", package = "glmtools")
nml_file <- system.file("extdata", "glm3.nml", package = "glmtools")
initvalues <- get_calib_init_validation(file_name = nml_file, output = nc_file)

USGS-R/glmtools documentation built on March 26, 2024, 5:43 p.m.