Changeset 9373
- Timestamp:
- 2018-03-05T20:45:22+01:00 (7 years ago)
- Location:
- branches/2017/dev_merge_2017/DOC
- Files:
-
- 35 deleted
- 1 edited
- 33 copied
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_merge_2017/DOC/NEMO_coding_conv.tex
r9372 r9373 7 7 \usepackage{framed} 8 8 \usepackage{makeidx} 9 \graphicspath{{ Figures/}}9 \graphicspath{{figures/}} 10 10 11 11 %%%%%%% -
branches/2017/dev_merge_2017/DOC/NEMO_manual.tex
r9372 r9373 8 8 % ================================================================ 9 9 10 \include{ TexFiles/Preamble}10 \include{texfiles/preamble} 11 11 12 12 % ================================================================ … … 14 14 % ================================================================ 15 15 16 \include{ TexFiles/Top_Matter}16 \include{texfiles/top_matter} 17 17 18 18 % ================================================================ … … 36 36 % ================================================================ 37 37 38 \subfile{ TexFiles/Chapters/Abstracts_Foreword}38 \subfile{texfiles/chapters/abstract_foreword} 39 39 40 40 % ================================================================ … … 42 42 % ================================================================ 43 43 44 \subfile{ TexFiles/Chapters/Introduction}44 \subfile{texfiles/chapters/introduction} 45 45 46 46 % ================================================================ … … 48 48 % ================================================================ 49 49 50 \subfile{ TexFiles/Chapters/Chap_Model_Basics}50 \subfile{texfiles/chapters/chap_model_basics} 51 51 52 \subfile{ TexFiles/Chapters/Chap_STP}% Time discretisation (time stepping strategy)52 \subfile{texfiles/chapters/chap_step} % Time discretisation (time stepping strategy) 53 53 54 \subfile{ TexFiles/Chapters/Chap_DOM}% Space discretisation54 \subfile{texfiles/chapters/chap_DOM} % Space discretisation 55 55 56 \subfile{ TexFiles/Chapters/Chap_TRA}% Tracer advection/diffusion equation56 \subfile{texfiles/chapters/chap_TRA} % Tracer advection/diffusion equation 57 57 58 \subfile{ TexFiles/Chapters/Chap_DYN}% Dynamics : momentum equation58 \subfile{texfiles/chapters/chap_DYN} % Dynamics : momentum equation 59 59 60 \subfile{ TexFiles/Chapters/Chap_SBC}% Surface Boundary Conditions60 \subfile{texfiles/chapters/chap_SBC} % Surface Boundary Conditions 61 61 62 \subfile{ TexFiles/Chapters/Chap_LBC}% Lateral Boundary Conditions62 \subfile{texfiles/chapters/chap_LBC} % Lateral Boundary Conditions 63 63 64 \subfile{ TexFiles/Chapters/Chap_LDF}% Lateral diffusion64 \subfile{texfiles/chapters/chap_LDF} % Lateral diffusion 65 65 66 \subfile{ TexFiles/Chapters/Chap_ZDF}% Vertical diffusion66 \subfile{texfiles/chapters/chap_ZDF} % Vertical diffusion 67 67 68 \subfile{ TexFiles/Chapters/Chap_DIA}% Outputs and Diagnostics68 \subfile{texfiles/chapters/chap_DIA} % Outputs and Diagnostics 69 69 70 \subfile{ TexFiles/Chapters/Chap_OBS}% Observation operator70 \subfile{texfiles/chapters/chap_OBS} % Observation operator 71 71 72 \subfile{ TexFiles/Chapters/Chap_ASM}% Assimilation increments72 \subfile{texfiles/chapters/chap_ASM} % Assimilation increments 73 73 74 \subfile{ TexFiles/Chapters/Chap_STO}% Stochastic param.74 \subfile{texfiles/chapters/chap_STO} % Stochastic param. 75 75 76 \subfile{ TexFiles/Chapters/Chap_MISC}% Miscellaneous topics76 \subfile{texfiles/chapters/chap_misc} % Miscellaneous topics 77 77 78 \subfile{ TexFiles/Chapters/Chap_CFG} % Predefined configurations78 \subfile{texfiles/chapters/chap_CONFIG} % Predefined configurations 79 79 80 80 % ================================================================ … … 84 84 \appendix 85 85 86 %\subfile{ TexFiles/Chapters/Chap_Conservation}87 \subfile{ TexFiles/Chapters/Annex_A} % generalised vertical coordinate88 \subfile{ TexFiles/Chapters/Annex_B} % diffusive operator89 \subfile{ TexFiles/Chapters/Annex_C} % Discrete invariants of the eqs.90 \subfile{ TexFiles/Chapters/Annex_ISO} % Isoneutral diffusion using triads91 \subfile{ TexFiles/Chapters/Annex_D} % Coding rules92 %\subfile{ TexFiles/Chapters/Annex_E} % Notes on some on going staff (no included in the DOC)93 %\subfile{ TexFiles/Chapters/Annex_Fox-Kemper} % Notes on Fox-Kemper (no included in the DOC)94 %\subfile{ TexFiles/Chapters/Annex_EVP} % Notes on EVP (no included in the DOC)86 %\subfile{texfiles/chapters/chap_conservation} 87 \subfile{texfiles/chapters/annex_A} % generalised vertical coordinate 88 \subfile{texfiles/chapters/annex_B} % diffusive operator 89 \subfile{texfiles/chapters/annex_C} % Discrete invariants of the eqs. 90 \subfile{texfiles/chapters/annex_iso} % Isoneutral diffusion using triads 91 \subfile{texfiles/chapters/annex_D} % Coding rules 92 %\subfile{texfiles/chapters/annex_E} % Notes on some on going staff (no included in the DOC) 93 %\subfile{texfiles/chapters/annex_Fox-Kemper} % Notes on Fox-Kemper (no included in the DOC) 94 %\subfile{texfiles/chapters/annex_EVP} % Notes on EVP (no included in the DOC) 95 95 96 96 % ================================================================ … … 106 106 107 107 %%\bibliographystyle{plainat} 108 \bibliographystyle{ TexFiles/Styles/ametsoc} % AMS biblio style (JPO)109 \bibliography{ TexFiles/Bibliography/Biblio}108 \bibliographystyle{texfiles/styles/ametsoc} % AMS biblio style (JPO) 109 \bibliography{texfiles/bibliography/NEMO_manual} 110 110 111 111 % ================================================================ -
branches/2017/dev_merge_2017/DOC/clean.sh
r9347 r9373 1 1 #!/bin/bash 2 2 3 rm -f $( ls -1 NEMO_ book.* | egrep -v "(tex|pdf)" ) *mpgraph*3 rm -f $( ls -1 NEMO_manual.* | egrep -v "(tex)" ) *mpgraph* 4 4 find TexFiles -regextype posix-extended -regex ".*\.(aux|log)" -exec rm -f {} \; 5 5 -
branches/2017/dev_merge_2017/DOC/texfiles/chapters/chap_step.tex
r9372 r9373 286 286 %--------------------------------------------namrun------------------------------------------- 287 287 %\namdisplay{namrun} 288 \lstinputlisting{ Namelists/namrun}289 %\inputminted[fontsize=\tiny, breaklines=true, breakanywhere]{fortran}{ Namelists/namrun}288 \lstinputlisting{namelists/namrun} 289 %\inputminted[fontsize=\tiny, breaklines=true, breakanywhere]{fortran}{namelists/namrun} 290 290 %-------------------------------------------------------------------------------------------------------------- 291 291 -
branches/2017/dev_merge_2017/DOC/texfiles/preamble.tex
r9372 r9373 21 21 22 22 \usepackage{graphicx} % allows insertion of pictures 23 \graphicspath{{ Figures/}} % Set global directory for pictures23 \graphicspath{{figures/}} % Set global directory for pictures 24 24 %\usepackage[capbesideposition={top,center}]{floatrow} % allows captions 25 25 %\floatsetup[table]{style=plaintop} % beside pictures … … 121 121 \usepackage{latexsym,amssymb,amsmath} 122 122 \allowdisplaybreaks[1] % allow page breaks in the middle of equations 123 \usepackage{ TexFiles/Styles/math_abbrev} % use maths shortcuts123 \usepackage{texfiles/styles/NEMO_manual} % use maths shortcuts 124 124 125 125 \usepackage{times} % use times font for text … … 136 136 \usepackage{alltt,verbatim} %% alltt & verbatim for namelist 137 137 % namelists 138 \newcommand{\namdisplay}[1]{\begin{alltt}{\tiny\verbatiminput{ Namelists/#1}}\end{alltt}\vspace{-10pt}}139 \newcommand{\namtools}[1]{\begin{alltt}{\tiny\verbatiminput{ Namelists/#1}}\end{alltt}\vspace{-10pt}}138 \newcommand{\namdisplay}[1]{\begin{alltt}{\tiny\verbatiminput{namelists/#1}}\end{alltt}\vspace{-10pt}} 139 \newcommand{\namtools}[1]{\begin{alltt}{\tiny\verbatiminput{namelists/#1}}\end{alltt}\vspace{-10pt}} 140 140 % code display 141 141 \newcommand{\codedisplay} [1] {\begin{alltt}{\tiny {\begin{verbatim} {#1}} \end{verbatim}} \end{alltt} }
Note: See TracChangeset
for help on using the changeset viewer.