BCCM

British Columbia Continental Margin (BCCM) model

Physical biogeochemical oceanographic model

Built in plotting - primary production in April 2018

plot(bccm_primaryproduction_full())

Built in plotting - primary production throughout 2018

plot(bccm_primaryproduction_full(), months = c(1, 4, 7, 10))

{width=60%}

png(paste0(here::here(), "/talks/talks-manual-figures/bccm-four-panel-plot.png"),
    width = 670,   # 670 matches size from running from a chunk
    height = 480,  # 480 for 2x2
    res = 100)     # default is 72, actually increases font size, so tweak as desired
plot(bccm_primaryproduction_full(),
     months = c(1, 4, 7, 10))
dev.off()

Available variables

The variables are:

For applicable variables these are given for



pbs-assess/PACea documentation built on April 17, 2025, 11:36 p.m.