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 2918 – NEMO

Changeset 2918


Ignore:
Timestamp:
2011-10-14T08:12:22+02:00 (12 years ago)
Author:
cbricaud
Message:

modifications after review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_MERCATOR9_floats/DOC/TexFiles/Chapters/Chap_DIA.tex

    r2916 r2918  
    701701 - itrash :set to zero; it is a dummy variable to respect Ariane Tools convention 
    702702 
    703 \noindent Example: 
    704  
     703\noindent Example:\\ 
    705704\noindent \texttt{ 100.00000  90.00000  -1.50000 1.00000   0.00000}\\ 
    706705\texttt{ 102.00000  90.00000  -1.50000 1.00000   0.00000}\\ 
     
    710709 
    711710 
    712 In the other case ( longitude and latitude ), on, input filename is \np{"init\_float"}. Its format is: 
     711In the other case ( longitude and latitude ), input filename is \np{"init\_float"}. Its format is: 
    713712 
    714713\texttt{ Long Lat depth nisobfl ngrpfl itrash} 
     
    732731\texttt{ -24.0 0.0 0.0 0 1 1 }\\ 
    733732 
    734  
    735 \subsubsection{ Output data } 
    736  
    737733\np{jpnfl} is the total number of floats during the run. 
    738734When initial positions are read in a restart file ( \np{ln\_rstflo= .TRUE.} ),  \np{jpnflnewflo} 
    739735can be added in the initialization file.  
    740736 
     737\subsubsection{ Output data } 
     738 
    741739\np{nn\_writefl} is the frequency of writing in float output file and \np{nn\_stockfl}  
    742740is the frequency of creation of the float restart file. 
    743741 
    744742Output data can be written in ascii files (\np{ln\_flo\_ascii = .TRUE.} ). In that case,  
    745 output filane is \np{is trajec\_float}  
    746  
    747 Another of writing format is Netcdf. There are 2 possibilities: 
     743output filename is \np{is trajec\_float}. 
     744 
     745Another possiblity of writing format is Netcdf (\np{ln\_flo\_ascii = .FALSE.} ). There are 2 possibilities: 
    748746 
    749747 - if (\key{iomput}) is used, outputs are selected in  \np{iodef.xml}. Here it is an example of specification  
     
    763761           <field ref="traj\_dens"  name="floats\_density"     freq\_op="86400" />} 
    764762           <field ref="traj\_group" name="floats\_group"       freq\_op="86400" />} 
    765        </file>}\\ 
    766   </group>} } 
     763       </file>} 
     764  </group>} 
    767765 
    768766\end{verbatim} 
Note: See TracChangeset for help on using the changeset viewer.