Here's a description of the Calanus model2
Here are links to data repositories:
Here is an example for how to download and plot these data
1 2 3 4 5
# read in the data d <- readRDS('path/to/data.rds') # plot plot_data(d)