load_runprm | R Documentation |
_run.prm
fileThis function loads the Atlantis run parameter output file.
load_runprm(dir = getwd(), file_runprm)
dir |
The directory of the atlantis model output, where the
default is |
file_runprm |
A character value giving the file name of the biology
|
A list of parameters dictating run characteristics from the
_run.xml
file.
Emma E Hodgson, Kelli Faye Johnson
Other load functions:
load_agebioind()
,
load_bioind()
,
load_biolprm()
,
load_boxarea()
,
load_box()
,
load_bps()
,
load_catch()
,
load_detailed_diet_comp()
,
load_diet_comp()
,
load_fgs()
,
load_fisheries()
,
load_meta()
,
load_nc_annage()
,
load_nc_catchtons()
,
load_nc()
,
load_yoy()
d <- system.file("extdata", "SETAS_Example", package = "atlantisom")
runprm <- load_runprm(d, "Run_settings.xml")
rm(runprm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.