Skip to content

Commit bfcb720

Browse files
author
Richard.Methot
committed
augment F reporting
1 parent 96ea9eb commit bfcb720

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SS_write_report.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3096,6 +3096,7 @@ FUNCTION void write_bigoutput()
30963096
SS2out << "Asel_is_age_selectivity_alone" << endl;
30973097
SS2out << "Asel2_is_Asel*(selL*size_at_age(ALK)); Q and F parameters may appear higher than expected because Asel2 may have max < 1.0; " << endl;
30983098
SS2out << "Aret_is_age_retention" << endl;
3099+
SS2out << "F_is_F*Asel2;_F+_is_F*sel_dead_so_matches_the_mortality_calculations" << endl;
30993100
SS2out << "COMBINED_ALK*selL*selA*wtlen*ret*discmort_in_makefishsel_yr: " << makefishsel_yr << " With_MeanSel_From: " << Fcast_Sel_yr1 << " - " << Fcast_Sel_yr2; // SS_Label_380
31003101
SS2out << "; Year_styr-3_(" << styr - 3 << ")_stores_average_used_for_benchmark" << endl;
31013102
@@ -3164,6 +3165,7 @@ FUNCTION void write_bigoutput()
31643165
31653166
if (fleet_type(f) <= 2)
31663167
SS2out << "F " << f << " " << y << " " << s << " " << sx(g) << " " << g << " " << y << "_" << f << "_F" << Hrate(f, t) * save_sel_num(t, f, g) << endl;
3168+
SS2out << "F+ " << f << " " << y << " " << s << " " << sx(g) << " " << g << " " << y << "_" << f << "_F+" << Hrate(f, t) * sel_dead_num(t, f, g) << endl;
31673169
SS2out << "bodywt " << f << " " << y << " " << s << " " << sx(g) << " " << g << " " << y << "_" << f << "_bodywt" << Wt_Age_t(t, f, g) << endl;
31683170
}
31693171
}

0 commit comments

Comments
 (0)