export_init_cond: Export initial conditions into each model setup from the...

View source: R/export_init_cond.R

export_init_condR Documentation

Export initial conditions into each model setup from the LakeEnsemblR standardized input for observed temperature profile

Description

Export initial condition files and input into model configuration files.

Usage

export_init_cond(
  config_file,
  model = c("GOTM", "GLM", "Simstrat", "FLake", "MyLake"),
  date = NULL,
  print = TRUE,
  folder = "."
)

Arguments

config_file

filepath; to LakeEnsemblr yaml master config file

model

vector; model to export driving data. Options include c('GOTM', 'GLM', 'Simstrat', 'FLake')

date

character; Date in "YYYY-mm-dd HH:MM:SS" format to extract the initial profile. If NULL, the observations file specified in config_file is used to extract the date.

print

logical; Prints the temperature profile to the console

folder

filepath; to folder which contains the model folders generated by export_config()


aemon-j/LakeEnsemblR documentation built on April 11, 2025, 10:09 p.m.