forked from nmfs-ost/ss3-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path17code_examples.tex
More file actions
18 lines (14 loc) · 1.34 KB
/
Copy path17code_examples.tex
File metadata and controls
18 lines (14 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\section{Code Examples}
\label{sec:codeappendix}
\hypertarget{CodeEx}{}
This section provides search terms to facilitate finding code within the \href{https://github.com/nmfs-stock-synthesis/stock-synthesis}{Stock Synthesis source code}.
\begin{itemize}
\item Ageing Error Estimation - In \href{https://github.com/nmfs-stock-synthesis/stock-synthesis/blob/main/SS_miscfxn.tpl}{SS\_miscfxn.tpl}, search for function "get\_age\_age" or "SS\_Label\_Function 45".
\item Survival Based SRR Code - In \href{https://github.com/nmfs-stock-synthesis/stock-synthesis/blob/main/SS_recruit.tpl}{SS\_recruit.tpl}, search for "SS\_Label\_43.3.7 survival based".
\item Random Walk Selectivity: Pattern 17 - In \href{https://github.com/nmfs-stock-synthesis/stock-synthesis/blob/main/SS_selex.tpl}{SS\_selex.tpl}, search for "SS\_Label\_Info\_22.7.17".
\item Cubic Spline Selectivity - In \href{https://github.com/nmfs-stock-synthesis/stock-synthesis/blob/main/SS_selex.tpl}{SS\_selex.tpl}, search for "SS\_Label\_Info\_22.7.27".
\item Deviation Link - In \href{https://github.com/nmfs-stock-synthesis/stock-synthesis/blob/main/SS_timevaryparm.tpl}{SS\_timevaryparm.tpl}, search for "SS\_Label\_Info\_14.3".\
\end{itemize}
\normalfont % this sets the main font to crimson
\normalsize %% return the text to 12 point font - otherwise you end up with 22 point font!
\pagebreak