load_meta: Open the necessary files to document the atlantis model used...

View source: R/load_meta.R

load_metaR Documentation

Open the necessary files to document the atlantis model used for generating data from the scenario

Description

Open the necessary files to document the atlantis model used for generating data from the scenario

Usage

load_meta(dir = getwd(), scenario, verbose = FALSE)

Arguments

dir

The directory of the atlantis model output, where the default is getwd().

scenario

A character value, specifying the Atlantis scenario name. More specifically the name which Atlantis uses to name all of the output files. The value will be used to search for files specified in dir, if dir is also a function argument.

verbose

A logical value specifying if output should be written to the screen or not. The default value is FALSE.

Value

A list of metadata pertaining to a single Atlantis scenario.

Author(s)

Kelli Faye Johnson

See Also

write_meta

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_nc_annage(), load_nc_catchtons(), load_nc(), load_runprm(), load_yoy()

Examples

d <- system.file("extdata", "SETAS_Example", package = "atlantisom")
temp <- load_meta(d, "outputs", verbose = FALSE)
rm(temp)


r4atlantis/atlantisom documentation built on Nov. 12, 2023, 2:59 a.m.