Physical biogeochemical oceanographic model
Peña et al. (2019), Deep-Sea Research II.
Regional Ocean Modelling Systen (ROMS)
curvilinear grid at 3 km x 3 km resolution
we interpolate to regular r colorize("2 km x 2km grid")
r colorize("161,025 cells", "red")
monthly from 1993-2019
huge filesizes required hosting outputs on Zenodo not GitHub
plot(bccm_primaryproduction_full())
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()
The variables are:
For applicable variables these are given for
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.