run_gotm | R Documentation |
This runs the GOTM model on the specific simulation stored in sim_folder
.
The specified sim_folder
must contain valid NML files.
run_gotm(sim_folder = ".", yaml = TRUE, yaml_file = "gotm.yaml",
verbose = FALSE, args = character())
sim_folder |
the directory where simulation files are contained |
yaml |
logical; If true will use 'gotm.yaml' file for set up otherwise it will use namelist files. Defaults to TRUE |
yaml_file |
filepath; to file with GOTM setup. Defaults to 'gotm.yaml' |
verbose |
Save output as character vector. Defaults to FALSE |
args |
Optional arguments to pass to GOTM executable |
Tadhg Moore
sim_folder <- system.file('extdata', package = 'GOTMr')
run_gotm(sim_folder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.