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

Ignore:
Timestamp:
2019-09-12T10:24:48+02:00 (5 years ago)
Author:
clem
Message:

make sure SI3 doc can be compiled, plus small edits

File:
1 edited

Legend:

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

    r11536 r11537  
    125125 
    126126XIOS may be used to read single file restart produced by \NEMO. Currently only the variables written to 
    127 file \forcode{numror} can be handled by XIOS. To activate restart reading using XIOS, set \np{ln\_xios\_read}\forcode{ = .true. } 
     127file \forcode{numror} can be handled by XIOS. To activate restart reading using XIOS, set \np{ln\_xios\_read}\forcode{=.true. } 
    128128in \textit{namelist\_cfg}. This setting will be ignored when multiple restart files are present, and default \NEMO 
    129129functionality will be used for reading. There is no need to change iodef.xml file to use XIOS to read 
     
    143143type of restart \NEMO\ will write. If it is set to 0, default \NEMO\ functionality will be used - each 
    144144processor writes its own restart file; if it is set to 1 XIOS will write restart into a single file; 
    145 for \np{nn\_wxios}\forcode{ = 2} the restart will be written by XIOS into multiple files, one for each XIOS server. 
    146 Note, however, that \textbf{\NEMO\ will not read restart generated by XIOS when \np{nn\_wxios}\forcode{ = 2}}. The restart will 
     145for \np{nn\_wxios}\forcode{=2} the restart will be written by XIOS into multiple files, one for each XIOS server. 
     146Note, however, that \textbf{\NEMO\ will not read restart generated by XIOS when \np{nn\_wxios}\forcode{=2}}. The restart will 
    147147have to be rebuild before continuing the run. This option aims to reduce number of restart files generated by \NEMO\ only, 
    148148and may be useful when there is a need to change number of processors used to run simulation. 
     
    15081508\textbf{Note that} in the current version (v3.6), many changes has been introduced but not fully tested. 
    15091509In particular, options associated with \np{ln\_dyn\_mxl}, \np{ln\_vor\_trd}, and \np{ln\_tra\_mxl} are not working, 
    1510 and none of the options have been tested with variable volume (\ie\ \np{ln\_linssh}\forcode{ = .true.}). 
     1510and none of the options have been tested with variable volume (\ie\ \np{ln\_linssh}\forcode{=.true.}). 
    15111511 
    15121512% ------------------------------------------------------------------------------------------------------------- 
     
    15251525Options are defined by \nam{flo} namelist variables. 
    15261526The algorithm used is based either on the work of \cite{blanke.raynaud_JPO97} (default option), 
    1527 or on a $4^th$ Runge-Hutta algorithm (\np{ln\_flork4}\forcode{ = .true.}). 
     1527or on a $4^th$ Runge-Hutta algorithm (\np{ln\_flork4}\forcode{=.true.}). 
    15281528Note that the \cite{blanke.raynaud_JPO97} algorithm have the advantage of providing trajectories which 
    15291529are consistent with the numeric of the code, so that the trajectories never intercept the bathymetry. 
     
    15321532 
    15331533Initial coordinates can be given with Ariane Tools convention 
    1534 (IJK coordinates, (\np{ln\_ariane}\forcode{ = .true.}) ) or with longitude and latitude. 
     1534(IJK coordinates, (\np{ln\_ariane}\forcode{=.true.}) ) or with longitude and latitude. 
    15351535 
    15361536In case of Ariane convention, input filename is \textit{init\_float\_ariane}. 
     
    15831583 
    15841584\np{jpnfl} is the total number of floats during the run. 
    1585 When initial positions are read in a restart file (\np{ln\_rstflo}\forcode{ = .true.} ), 
     1585When initial positions are read in a restart file (\np{ln\_rstflo}\forcode{=.true.} ), 
    15861586\np{jpnflnewflo} can be added in the initialization file. 
    15871587 
     
    15911591creation of the float restart file. 
    15921592 
    1593 Output data can be written in ascii files (\np{ln\_flo\_ascii}\forcode{ = .true.}). 
     1593Output data can be written in ascii files (\np{ln\_flo\_ascii}\forcode{=.true.}). 
    15941594In that case, output filename is trajec\_float. 
    15951595 
    1596 Another possiblity of writing format is Netcdf (\np{ln\_flo\_ascii}\forcode{ = .false.}) with 
     1596Another possiblity of writing format is Netcdf (\np{ln\_flo\_ascii}\forcode{=.false.}) with 
    15971597\key{iomput} and outputs selected in iodef.xml. 
    15981598Here it is an example of specification to put in files description section: 
     
    19441944 
    19451945Third, the discretisation of \autoref{eq:steric_Bq} depends on the type of free surface which is considered. 
    1946 In the non linear free surface case, \ie\ \np{ln\_linssh}\forcode{ = .true.}, it is given by 
     1946In the non linear free surface case, \ie\ \np{ln\_linssh}\forcode{=.true.}, it is given by 
    19471947 
    19481948\[ 
     
    20392039sea water pressure at sea floor (botpres), dynamic sea surface height (sshdyn). 
    20402040 
    2041 In \mdl{diaptr} when \np{ln\_diaptr}\forcode{ = .true.} 
     2041In \mdl{diaptr} when \np{ln\_diaptr}\forcode{=.true.} 
    20422042(see the \nam{ptr} namelist below) can be computed on-line the poleward heat and salt transports, 
    20432043their advective and diffusive component, and the meriodional stream function . 
    2044 When \np{ln\_subbas}\forcode{ = .true.}, transports and stream function are computed for the Atlantic, Indian, 
     2044When \np{ln\_subbas}\forcode{=.true.}, transports and stream function are computed for the Atlantic, Indian, 
    20452045Pacific and Indo-Pacific Oceans (defined north of 30\deg{S}) as well as for the World Ocean. 
    20462046The sub-basin decomposition requires an input file (\ifile{subbasins}) which contains three 2D mask arrays, 
Note: See TracChangeset for help on using the changeset viewer.