View source: R/get_calib_init_validation.R
get_calib_init_validation | R Documentation |
Reads in nml-file and output from calibration to get initial values for the calibration
get_calib_init_validation(file_name, output)
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) |
Robert Ladwig
get_calib_setup, get_calib_periods, calibrate_sim
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.