There was an error while loading. Please reload this page.
2 parents 39fd1eb + 1a5ed62 commit a3ead6aCopy full SHA for a3ead6a
1 file changed
R/ecosim_multistep.R
@@ -49,6 +49,7 @@ rsim.step <- function(Rsim.scenario, Rsim.output, method = 'AB',year.end){
49
rownames(annual_Qlink) <- ylist
50
51
full.run$out_Biomass <- rbind(full.run$out_Biomass, next.run$out_Biomass[start.month:end.month, ])
52
+ full.run$out_SSB <- rbind(full.run$out_SSB, next.run$out_SSB[start.month:end.month, ])
53
full.run$out_Catch <- rbind(full.run$out_Catch, next.run$out_Catch[start.month:end.month, ])
54
full.run$out_Gear_Catch <- rbind(full.run$out_Gear_Catch,
55
next.run$out_Gear_Catch[start.month:end.month, ])
0 commit comments