Changeset 4107
- Timestamp:
- 2013-10-22T18:00:36+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2013/dev_r3987_UKMO4_OBS/DOC/TexFiles/Chapters/Chap_OBS.tex
r4092 r4107 825 825 \subsubsection{Building} 826 826 827 In addition to the code required to build nemo.exe the offline obs oper requires the inclusion 828 of the \emph{OOO\_SRC directory} and \emph{offline\_oper.exe} to be specified as a target. 829 Depending on your build system this can be achieved in several ways. But for users of 830 the \textbf{makenemo} script, a \textbf{-o} flag has been added which adds OOO\_SRC to the 831 \textbf{cfg.txt} and which also adds a secondary target to the appropriate \textbf{bld.cfg}. 832 833 \begin{verbatim} 834 > # Example usage 835 > makenemo -o -m ${ARCH} -n ${CONFIG_NAME} 836 \end{verbatim} 827 In addition to \emph{OPA\_SRC} the offline obs oper requires the inclusion 828 of the \emph{OOO\_SRC} directory. \emph{OOO\_SRC} contains a replacement \textbf{nemo.f90} and 829 \textbf{nemogcm.F90} which overwrites the resultant \textbf{nemo.exe}. This is the approach taken 830 by \emph{SAS\_SRC} and \emph{OFF\_SRC}. 837 831 838 832 %--------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.