New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9388 for branches/2017/dev_merge_2017/DOC/tex_sub/chap_DOM.tex – NEMO

Ignore:
Timestamp:
2018-03-08T17:57:24+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Global reorganisation of DOC directory: implementation and configuration of syntax highlighting with 'minted' LaTeX package
New macros have been created to insert different source codes (fortran, xml, c and shell-session) in the document.
Pygments Python package is now required to compile the documentation.

Location:
branches/2017/dev_merge_2017/DOC/tex_sub
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/tex_sub/chap_DOM.tex

    r9387 r9388  
    310310  
    311311These fields can be read in an domain input file which name is setted in \np{cn\_domcfg} parameter specified in \ngn{namcfg}. 
    312 \fortranfile{namelists/namcfg} 
     312\forfile{../namelists/namcfg} 
    313313or they can be defined in an analytical way in MY\_SRC directory of the configuration. 
    314314For Reference Configurations of NEMO input domain files are supplied by NEMO System Team. For analytical definition of input fields two routines are supplied: \mdl{userdef\_hgr} and \mdl{userdef\_zgr}. They are an example of GYRE configuration parameters, and they are available in NEMO/OPA\_SRC/USR directory, they provide the horizontal and vertical mesh.  
     
    431431\label{DOM_zgr} 
    432432%-----------------------------------------nam_zgr & namdom------------------------------------------- 
    433 %\fortranfile{namelists/namzgr}  
    434 \fortranfile{namelists/namdom}  
     433%\forfile{../namelists/namzgr}  
     434\forfile{../namelists/namdom}  
    435435%------------------------------------------------------------------------------------------------------------- 
    436436 
     
    692692\label{DOM_zps} 
    693693%--------------------------------------------namdom------------------------------------------------------- 
    694 \fortranfile{namelists/namdom}  
     694\forfile{../namelists/namdom}  
    695695%-------------------------------------------------------------------------------------------------------------- 
    696696 
     
    725725\label{DOM_sco} 
    726726%------------------------------------------nam_zgr_sco--------------------------------------------------- 
    727 %\fortranfile{namelists/namzgr_sco}  
     727%\forfile{../namelists/namzgr_sco}  
    728728%-------------------------------------------------------------------------------------------------------------- 
    729729Options are defined in \ngn{namzgr\_sco}. 
     
    916916\label{DTA_tsd} 
    917917%-----------------------------------------namtsd------------------------------------------- 
    918 \fortranfile{namelists/namtsd}  
     918\forfile{../namelists/namtsd}  
    919919%------------------------------------------------------------------------------------------ 
    920920 
Note: See TracChangeset for help on using the changeset viewer.