Takes data from a box geometry model file used by Atlantis to define box boundaries and uses it to generates a list object that is the parameter to sh.dist.

make.sh.dist.object(bgm.file)

Arguments

bgm.file

Box geometry model (.bgm) file used by Atlantis that defines box boundaries and depths.

Value

R list object.

Examples

if (FALSE) {
bgm.file <- "gbr_box_03012012.bgm"
dist.object <- make.sh.dist.object(bgm.file)
sh.dist(dist.object)
}