Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 9control.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ \subsubsection{Predator Fleet Mortality}
\hline
\end{longtable}

If the Q base parameter specifies that it is time-varying by the annual deviation method, short parameter lines to specify the specifications of the deviation vector come after all the base Q parameters.
If the Q base parameter specifies that it is time-varying by the annual deviation method, short parameter lines to specify the specifications of the deviation vector come after all the base Q parameters. \textbf{Note that the Q power and the Extra SD parameters are NOT time-varying.}

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rick-Methot-NOAA does this look right? Is the offset param also not time-varying?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add: and the Q offset to the list that cannot be timevarying


\hypertarget{QParams}{}
\subsubsection[Example Q parameter lines]{\protect\hyperlink{QParams}{Example Q parameter lines}}
Expand All @@ -1749,7 +1749,7 @@ \subsubsection{Predator Fleet Mortality}
1 & 1 & 0 & 1 & 0 & 0 & \#Fleet 1 \Tstrut\\
2 & 4 & 1 & 0 & 0 & 0 & \#Fleet 2 \\
3 & 5 & 0 & 0 & 0 & 0 & \#Fleet 3 using Q with offset parameter \\
4 & 6 & 0 & 0 & 0 & 0 & \#Fleet 4 using Q with offset and power parameters \\
4 & 6 & 0 & 1 & 0 & 0 & \#Fleet 4 using Q with offset and power parameters \\
-9999 & 0 & 0 & 0 & 0 & 0 & \#End Read \Bstrut\\
\hline
\end{longtable}
Expand All @@ -1769,6 +1769,7 @@ \subsubsection{Predator Fleet Mortality}
-10 & 10 & 0.74 & \multicolumn{1}{c}{...} & 1 & \multicolumn{1}{c}{...} & 0 & \#Fleet 4 Q base \\
-10 & 10 & 0 & \multicolumn{1}{c}{...} & 1 & \multicolumn{1}{c}{...} & 0 & \#Fleet 4 Q offset \\
0.2 & 3.0 & 0.5 & \multicolumn{1}{c}{...} & 3 & \multicolumn{1}{c}{...} & 0 & \#Fleet 4 Q power \Bstrut\\
0 & 1 & 0.6 & \multicolumn{1}{c}{...} & 1 & \multicolumn{1}{c}{...} & 0 & \#Fleet 4 Extra \gls{sd} \\
\hline
\end{longtable}

Expand Down