You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: muffin.tex
+25-23Lines changed: 25 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -2743,7 +2743,7 @@ \chapter{Marine ecosystems and dynamics}
2743
2743
2744
2744
\hfill \break
2745
2745
2746
-
\noindent \textit{The following is based on workshop material originally devised by Ben Ward <b.a.ward@bristol.ac.uk>}
2746
+
\noindent \textit{The following is based on workshop material originally devised by Ben Ward <b.a.ward@soton.ac.uk>}
2747
2747
2748
2748
\section*{Stuff to keep in mind\dots}
2749
2749
\begin{itemize}
@@ -2754,7 +2754,7 @@ \section*{Stuff to keep in mind\dots}
2754
2754
2755
2755
\section*{Background reading}
2756
2756
\begin{itemize}
2757
-
\item \href{http://www.seao2.info/pubs/EcoGEnIE.pdf}{\textit{Ward et al.} [2017]} -- manuscript submitted to GMD.
2757
+
\item \href{https://doi.org/10.5194/gmd-2017-258}{\textit{Ward et al.} [2017]} -- Ward, B. A., Wilson, J. D., Death, R. M., Monteiro, F. M., Yool, A., and Ridgwell, A.: EcoGEnIE 0.1: Plankton Ecology in the cGENIE Earth system model, \textit{Geosci. Model Dev. Discuss.}, https://doi.org/10.5194/gmd-2017-258, 2017.
\noindent To install the \textbf{muffin} release of cGENIE on a Mac you will need a number of software packages, including Fortran, C++ and NetCDF. The best way to get hold of these is via a package management system, such as Homebrew (\href{}{https://brew.sh}) or MacPorts (\href{}{https://www.macports.org}). This guide is based on Homebrew, because it is slightly more user friendly than MacPorts, and is kept more up-to-date with changes in the Apple operating system. (If you are already a MacPorts user, please see Appendix~A.)
6658
+
\noindent To install the \textbf{muffin} release of cGENIE on a Mac you will need a number of software packages, including Fortran, C++ and NetCDF. The best way to get hold of these is via a package management system, such as Homebrew (\href{}{https://brew.sh}) or MacPorts (\href{}{https://www.macports.org}). This guide is based on Homebrew, because it is slightly more user friendly than MacPorts, and is kept more up-to-date with changes in the Apple operating system. (If you are already a MacPorts user, please see Section \ref{how-to-macports}).
\\Next, type `\texttt{brew doctor}'. This should tell you ``\texttt{your system is ready to brew}''. If it doesn't, see Section \ref{how-to-macports-errors}.
6671
6674
\item Install Fortran, C++, NetCDF and some other useful libraries at the command line (using Homebrew) as follows:
6672
6675
6673
6676
% brew tap homebrew/science % deprecated in homebrew
@@ -6798,7 +6787,7 @@ \subsubsection*{Option 2: Install required packages through MacPorts and precomp
6798
6787
6799
6788
%------------------------------------------------
6800
6789
%
6801
-
\subsection*{Errors}
6790
+
\subsection{Errors}\label{how-to-macports-errors}
6802
6791
6803
6792
Errors identified by `\texttt{brew doctor}' are most likely associated with some incompatible files in your software libraries, perhaps from a previous installation of MacPorts. Try to follow the suggestions given to you by `\texttt{brew doctor}', deleting any problematic files (using \texttt{sudo rm} to overcome any permission issues). Note that you may wish to do a system backup first.
0 commit comments