export_flow | R Documentation |
Export in- anbd out-flow driver files for each model
export_flow(
config_file,
model = c("GOTM", "GLM", "Simstrat", "FLake", "MyLake"),
folder = "."
)
config_file |
filepath; to LakeEnsemblr yaml master config file |
model |
vector; model to export driving data. Options include c("GOTM", "GLM", "Simstrat", "FLake", "MyLake") |
folder |
filepath; to folder which contains the model folders generated by export_config() |
## Not run:
export_flow(config_file, model = c("GOTM", "GLM", "Simstrat", "FLake", "MyLake"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.