load_bps: Extracts the names of the epibenthic biomasspools from the...

Description Usage Arguments Value See Also Examples

View source: R/load-bps.R

Description

Use fgs data.frame as read in by load_fgs to get the biomass pool information.

Usage

1
load_bps(fgs, init)

Arguments

fgs

Character string giving the connection to the functional groups file. The filename usually contains Groups and does end in .csv.

init

Character string giving the connection of the initial conditions netcdf file. The filename usually contains init and ends in .nc.

Value

Character vector of epibenthic biomass pools.

See Also

load_fgs

Other load functions: load_box(), 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
5
6
d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools")

fgs <- file.path(d, "SETasGroupsDem_NoCep.csv")
init <- file.path(d, "INIT_VMPA_Jan2015.nc")

load_bps(fgs, init)

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