load_box: Load the box specification file for an Atlantis scenario

Description Usage Arguments Value Author(s) See Also Examples

View source: R/load-box.R

Description

Read in the .bgm file that specifies the the box coordinates for an Atlantis scenario.

Usage

1
load_box(bgm)

Arguments

bgm

Character string giving the connection to the atlantis bgm file. The filename ends in .bgm.

Value

A list of information regarding boxes for an Atlantis scenario.

Author(s)

Kelli Faye Johnson

See Also

Other load functions: load_bps(), load_dietcheck(), load_fgs(), load_init_age(), load_init(), load_mort(), load_nc_physics(), load_nc(), load_rec(), load_spec_mort(), load_spec_pred_mort(), load_txt()

Examples

1
2
3
4
d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools")
bgm <- file.path(d, "VMPA_setas.bgm")

boxes <- load_box(bgm)

alketh/atlantistools documentation built on Oct. 30, 2021, 5:46 a.m.