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_DOM.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_DOM.tex

    r11577 r11578  
    335335 
    336336Two typical methods are available to specify the spatial domain configuration; 
    337 they can be selected using parameter \np{ln_read_cfg}{ln\_read\_cfg} parameter in namelist \nam{cfg}. 
     337they can be selected using parameter \np{ln_read_cfg}{ln\_read\_cfg} parameter in namelist \nam{cfg}{cfg}. 
    338338 
    339339If \np{ln_read_cfg}{ln\_read\_cfg} is set to \forcode{.true.}, 
    340340the domain-specific parameters and fields are read from a netCDF input file, 
    341 whose name (without its .nc suffix) can be specified as the value of the \np{cn_domcfg}{cn\_domcfg} parameter in namelist \nam{cfg}. 
     341whose name (without its .nc suffix) can be specified as the value of the \np{cn_domcfg}{cn\_domcfg} parameter in namelist \nam{cfg}{cfg}. 
    342342 
    343343If \np{ln_read_cfg}{ln\_read\_cfg} is set to \forcode{.false.}, 
     
    502502a single configuration file can support both options. 
    503503 
    504 By default a non-linear free surface is used (\np{ln_linssh}{ln\_linssh} set to \forcode{=.false.} in \nam{dom}): 
     504By default a non-linear free surface is used (\np{ln_linssh}{ln\_linssh} set to \forcode{=.false.} in \nam{dom}{dom}): 
    505505the coordinate follow the time-variation of the free surface so that the transformation is time dependent: 
    506506$z(i,j,k,t)$ (\eg\ \autoref{fig:DOM_z_zps_s_sps}f). 
    507 When a linear free surface is assumed (\np{ln_linssh}{ln\_linssh} set to \forcode{=.true.} in \nam{dom}), 
     507When a linear free surface is assumed (\np{ln_linssh}{ln\_linssh} set to \forcode{=.true.} in \nam{dom}{dom}), 
    508508the vertical coordinates are fixed in time, but the seawater can move up and down across the $z_0$ surface 
    509509(in other words, the top of the ocean in not a rigid lid). 
     
    652652(grid-point position, scale factors) 
    653653can be saved in a file if 
    654 namelist parameter \np{ln_write_cfg}{ln\_write\_cfg} (namelist \nam{cfg}) is set to \forcode{.true.}; 
     654namelist parameter \np{ln_write_cfg}{ln\_write\_cfg} (namelist \nam{cfg}{cfg}) is set to \forcode{.true.}; 
    655655the output filename is set through parameter \np{cn_domcfg_out}{cn\_domcfg\_out}. 
    656656This is only really useful if 
     
    661661(grid-point position, scale factors, depths and masks) 
    662662can be saved in a file called \texttt{mesh\_mask} if 
    663 namelist parameter \np{ln_meshmask}{ln\_meshmask} (namelist \nam{dom}) is set to \forcode{.true.}. 
     663namelist parameter \np{ln_meshmask}{ln\_meshmask} (namelist \nam{dom}{dom}) is set to \forcode{.true.}. 
    664664This file contains additional fields that can be useful for post-processing applications. 
    665665 
     
    677677%------------------------------------------------------------------------------------------ 
    678678 
    679 Basic initial state options are defined in \nam{tsd}. 
     679Basic initial state options are defined in \nam{tsd}{tsd}. 
    680680By default, the ocean starts from rest (the velocity field is set to zero) and 
    681681the initialization of temperature and salinity fields is controlled through the \np{ln_tsd_init}{ln\_tsd\_init} namelist parameter. 
Note: See TracChangeset for help on using the changeset viewer.