Skip to content

Commit a3ead6a

Browse files
authored
Merge pull request #170 from NOAA-EDAB/ssb_output_multistep
testing code to add $out_SSB to rsim.step
2 parents 39fd1eb + 1a5ed62 commit a3ead6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

R/ecosim_multistep.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ rsim.step <- function(Rsim.scenario, Rsim.output, method = 'AB',year.end){
4949
rownames(annual_Qlink) <- ylist
5050

5151
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, ])
5253
full.run$out_Catch <- rbind(full.run$out_Catch, next.run$out_Catch[start.month:end.month, ])
5354
full.run$out_Gear_Catch <- rbind(full.run$out_Gear_Catch,
5455
next.run$out_Gear_Catch[start.month:end.month, ])

0 commit comments

Comments
 (0)