You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SS_readcontrol_330.tpl
+1-1
Original file line number
Diff line number
Diff line change
@@ -2663,7 +2663,7 @@
2663
2663
echoinput <<"hybrid tuning loops as read: "<< F_Tune << endl;
2664
2664
if (ender == -9998) // flag to trigger reading F_detail for f x t specific F values
2665
2665
{
2666
-
echoinput <<"# now read List of fleet-time specific F related values to read; enter -Yr to fill remaining years&seasons; -999 for phase or catch_se keeps base value for the run"<< endl;
2666
+
echoinput <<"# now read List of fleet-time specific F related values to read; enter -Yr to fill remaining years&seasons; -999 for phase or catch_se keeps base value for the run; end that list with -1 for fleet"<< endl;
2667
2667
echoinput <<"#Fleet Yr Seas F_value catch_se phase"<< endl;
Copy file name to clipboardExpand all lines: SS_write_ssnew.tpl
+5-4
Original file line number
Diff line number
Diff line change
@@ -2327,7 +2327,8 @@ FUNCTION void write_nucontrol()
2327
2327
report4 <<"# Read list of fleets that do F as parameter; unlisted fleets stay hybrid, bycatch fleets must be included with start_PH=1, high F fleets should switch early"<< endl;
2328
2328
report4 <<"# (A) fleet;"<< endl <<"# (B) F_starting_value (ignored if start_PH=1 or reading from ss3.par);"<<
2329
2329
endl <<"# (C) start_PH for fleet's Fparms (99 to stay in hybrid, <0 to stay at starting value)"<< endl <<
2330
-
"# Terminate list with -9999 for fleet (use -9998 to read fleet-time specific F values after reading N hybrid tune loops)"<< endl;
2330
+
"# Terminate list with -9999 for fleet"<< endl <<
2331
+
"# or terminate with -9998 to invoke reading fleet-time specific F values after first reading N hybrid tune loops)"<< endl;
@@ -2337,14 +2338,14 @@ FUNCTION void write_nucontrol()
2337
2338
{report4 << -9999 <<" 1 1 # end of list"<< endl <<
2338
2339
"#F_detail template: fleet year seas F_value catch_se phase"<< endl; }
2339
2340
else
2340
-
{report4 << -9998 <<" 1 1 # end of list, trigger reading F_detail"<< endl; }
2341
+
{report4 << -9998 <<" 1 1 # end of list, triggers reading F_detail"<< endl; }
2341
2342
report4 << F_Tune << " #_number of loops for hybrid tuning; 4 precise; 3 faster; 2 enough if switching to parms is enabled" << endl;
2342
2343
if (F_detail > 0)
2343
2344
{
2344
-
report4 <<"# F_detail: List of fleet-time specific F related values to read; enter -Yr to fill remaining years&seasons; -999 for phase or catch_se keeps base value for the run"<< endl;
2345
+
report4 <<"# F_detail: List of fleet-time specific F related values to read; enter -Yr to fill remaining years&seasons; -999 for phase or catch_se keeps base value for the run"<< endl;
2345
2346
report4 <<"#fleet year seas F_value catch_se phase"<< endl;
2346
2347
report4 << F_setup2 << endl;
2347
-
report4 <<"-9999 1 1 1 1 1 # end of F_detail: time-specific F inputs "<< endl;
2348
+
report4 <<"-9999 1 1 1 1 1 # end of F_detail"<< endl;
0 commit comments