Skip to content

Commit c27ff3a

Browse files
revise warn msg for retention with EWAA
1 parent 7816eaf commit c27ff3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

SS_readcontrol_330.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3563,8 +3563,8 @@
35633563
{
35643564
if (WTage_rd > 0)
35653565
{
3566-
warnstream << "Retention functions not implemented fully when reading empirical wt-at-age ";
3567-
write_message (WARN, 0);
3566+
warnstream << "Length-based retention will use the same empirical wtatage for discard and retained fish for fleet: " << f;
3567+
write_message (NOTE, 0);
35683568
}
35693569
Do_Retain(f) = 1;
35703570
if (fleet_type(f) == 2 && seltype(f, 2) != 3)
@@ -3880,8 +3880,8 @@
38803880
Do_Retain(f1) = 2;
38813881
if (WTage_rd > 0)
38823882
{
3883-
warnstream << "Retention functions not implemented fully when reading empirical wt-at-age ";
3884-
write_message (WARN, 0);
3883+
warnstream << "Age-based retention will use the same empirical wtatage for discarded and retained fish for fleet: " << f;
3884+
write_message (NOTE, 0);
38853885
}
38863886
if (seltype(f1, 2) > 0)
38873887
{

0 commit comments

Comments
 (0)