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 11578 for NEMO/trunk/doc/latex/NEMO/subfiles/chap_cfgs.tex – NEMO

Ignore:
Timestamp:
2019-09-19T19:44:36+02:00 (5 years ago)
Author:
nicolasmartin
Message:

New LaTeX commands \nam and \np to mention namelist content (step 2)
So far so good, the manual compiles successfully 4 times and everything seems in its right place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/subfiles/chap_cfgs.tex

    r11577 r11578  
    2424The reference configurations also provide a sense for some of the options available in the code, 
    2525though by no means are all options exercised in the reference configurations. 
    26 Configuration is defined manually through the \nam{cfg} namelist variables. 
     26Configuration is defined manually through the \nam{cfg}{cfg} namelist variables. 
    2727 
    2828%------------------------------------------namcfg---------------------------------------------------- 
     
    8888https://doi.org/10.5281/zenodo.2640723 
    8989 
    90 In this namelist\_cfg the name of domain input file is set in \nam{cfg} block of namelist. 
     90In this namelist\_cfg the name of domain input file is set in \nam{cfg}{cfg} block of namelist. 
    9191 
    9292%>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    253253 
    254254The GYRE configuration is set like an analytical configuration. 
    255 Through \np{ln_read_cfg}{ln\_read\_cfg}\forcode{ = .false.} in \nam{cfg} namelist defined in 
     255Through \np{ln_read_cfg}{ln\_read\_cfg}\forcode{ = .false.} in \nam{cfg}{cfg} namelist defined in 
    256256the reference configuration \path{./cfgs/GYRE_PISCES/EXPREF/namelist_cfg} 
    257257analytical definition of grid in GYRE is done in usrdef\_hrg, usrdef\_zgr routines. 
Note: See TracChangeset for help on using the changeset viewer.