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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -954,6 +954,13 @@
954
954
N_growparms = 2; // for the two CV parameters
955
955
k1 = N_GP * gender; // for reading empirical length_at_age
956
956
}
957
+
if (AFIX2 != 999 && AFIX2 > nages)
958
+
{
959
+
warnstream <<"AFIX2 (Age post-settlement for L2, aka Amax) must be <= nages, entered value = "<< AFIX2;
960
+
write_message (FATAL, 0);
961
+
AFIX2 = 999.;
962
+
}
963
+
957
964
plusgroupsize_update = 1; // update mean size in plus group with weighted mean of current size and growth of incoming cohort. Only implemented beginning in the year for which there is time-varying growth
958
965
if (Linf_decay == -998) plusgroupsize_update = 0; // option which omits the updating
0 commit comments