nmfs-ost / ss3-source-code

The source code for Stock Synthesis (SS3).
https://nmfs-ost.github.io/ss3-website/
Creative Commons Zero v1.0 Universal
38 stars 16 forks source link

adjust description of Q power #632

Closed Rick-Methot-NOAA closed 3 weeks ago

Rick-Methot-NOAA commented 3 weeks ago

Concisely describe what has been changed/addressed in the pull request.

The manual described the Q power feature incorrectly. Here the correct description is added to the write_ssnew.

There is no associated issue.

What tests have been done?

Where are the relevant files?

[x] No test files are required for this pull request.

What tests/review still need to be done?

none

Is there an input change for users to Stock Synthesis?

[x] No, there was no input change.

#_Q_setup for fleets with cpue or survey or deviation data
#_1:  fleet number
#_2:  link type: 1=simple q; 2=mirror; 3=power (+1 parm); 4=mirror with scale (+1p); 5=offset (+1p); 6=offset & power (+2p)
#_     where power is applied as y = q * x ^ (1 + power); so a power value of 0 has null effect
#_     and with the offset included it is y = q * (x + offset) ^ (1 + power)
#_3:  extra input for link, i.e. mirror fleet# or dev index number
#_4:  0/1 to select extra sd parameter
#_5:  0/1 for biasadj or not
#_6:  0/1 to float

Additional information (optional).