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)
Box geometry model (.bgm) file used by Atlantis that defines box boundaries and depths.
R list object.
if (FALSE) {
bgm.file <- "gbr_box_03012012.bgm"
dist.object <- make.sh.dist.object(bgm.file)
sh.dist(dist.object)
}