Skip to content

Commit e07062d

Browse files
committed
Clarify Linf_decay description in SS_write_ssnew.tpl (#746)
1 parent b1fb35b commit e07062d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SS_write_ssnew.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ FUNCTION void write_nucontrol()
19081908
{
19091909
report4 << AFIX << " #_Age(post-settlement) for L1 (aka Amin); first growth parameter is size at this age; linear growth below this" << endl
19101910
<< AFIX2 << " #_Age(post-settlement) for L2 (aka Amax); 999 to treat as Linf" << endl
1911-
<< Linf_decay << " #_exponential decay for growth above maxage (value should approx initial Z; -999 replicates 3.24; -998 to not allow growth above maxage)" << endl;
1911+
<< Linf_decay << " #_exponential decay of numbers for calc of size in plus group in the initial year (value should approx initial Z; -999 replicates 3.24; -998 to not calc growth above maxage)" << endl;
19121912
report4 << "0 #_placeholder for future growth feature" << endl;
19131913
if (Grow_type >= 3 && Grow_type <= 5)
19141914
{

0 commit comments

Comments
 (0)