Project population forward one time-step given current numbers-at-age and total mortality
popdynOneTScpp(nareas, maxage, SSBcurr, Ncurr, Zcurr, PerrYr, hs, R0a, SSBpR,
aR, bR, mov, SRrel)
The number of spatial areas
The maximum age
A numeric vector of length nareas with the current spawning biomass in each area
A numeric matrix (maxage, nareas) with current numbers-at-age in each area
A numeric matrix (maxage, nareas) with total mortality-at-age in each area
A numeric value with recruitment deviation for current year
Steepness of SRR
Numeric vector with unfished recruitment by area
Numeric vector with unfished spawning stock per recruit by area
Numeric vector with Ricker SRR a parameter by area
Numeric vector with Ricker SRR b parameter by area
Numeric matrix (nareas by nareas) with the movement matrix
Integer indicating the stock-recruitment relationship to use (1 for Beverton-Holt, 2 for Ricker)