Skip to content

Commit

Permalink
Added spm_summary.csv for ready-made dataframe tablemaker
Browse files Browse the repository at this point in the history
  • Loading branch information
jimianelli committed Aug 6, 2024
1 parent 1c94f20 commit 718fe76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions examples/goa_flathead/Input_Log.rep
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ nsims
styr
2022
bzero_in
2.141e-314
2.12432e-314
phizero_in
2.141e-314
2.12432e-314
alpha_in
2.14175e-314
2.12507e-314
sigmar_in
0
rho_in
3.03032e-314
3.04701e-314
nyrs_catch_in
3
nspp
Expand Down
10 changes: 5 additions & 5 deletions src/spm.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1938,11 +1938,11 @@ FUNCTION void write_sim_hdr(const int& ispp)
spm_summary << spname(ispp) <<",NA,NA,SSB_ofl, "<< SBFofl(ispp) <<endl;
spm_summary << spname(ispp) <<",NA,NA,SSB_"<<styr<<","<< Bcurrent(ispp) <<endl;
spm_summary << spname(ispp) <<",NA,NA,Mean_rec, "<< AMeanRec(ispp) <<endl;
spm_summary << spname(ispp)<<","<< alt<<","<< "NA"<<",C_abc," << Cabc(ispp)<<endl;
spm_summary << spname(ispp)<<","<< alt<<","<< "NA"<<",C_ofl," << Cofl(ispp)<<endl;
spm_summary << spname(ispp)<<","<< alt<<","<< "NA"<<",F_0,0 "<<endl;
spm_summary << spname(ispp)<<","<< alt<<","<< "NA"<<",F_abc," << Fabc(ispp)<<endl;
spm_summary << spname(ispp)<<","<< alt<<","<< "NA"<<",F_ofl," << Fofl(ispp)<<endl;
spm_summary << spname(ispp)<<","<< "NA" <<","<< "NA"<<",C_abc," << Cabc(ispp)<<endl;
spm_summary << spname(ispp)<<","<< "NA" <<","<< "NA"<<",C_ofl," << Cofl(ispp)<<endl;
spm_summary << spname(ispp)<<","<< "NA" <<","<< "NA"<<",F_0,0 "<<endl;
spm_summary << spname(ispp)<<","<< "NA" <<","<< "NA"<<",F_abc," << Fabc(ispp)<<endl;
spm_summary << spname(ispp)<<","<< "NA" <<","<< "NA"<<",F_ofl," << Fofl(ispp)<<endl;
FUNCTION void write_spp(const int& ispp)
// Write out afsd objective function
Expand Down

0 comments on commit 718fe76

Please sign in to comment.