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

Changeset 2846


Ignore:
Timestamp:
2011-09-20T17:45:16+02:00 (13 years ago)
Author:
cbricaud
Message:

modification of namelist and chapter for floats

Location:
branches/2011/dev_r2802_MERCATOR9_floats/DOC/TexFiles
Files:
2 edited

Legend:

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

    r2541 r2846  
    681681numeric of the code, so that the trajectories never intercept the bathymetry.  
    682682 
     683Input coordinates can be with Ariane Tools convention ( IJK coordinates ,(\np{ln\_ariane}=true) ) 
     684or with longitude and latitude. 
     685 
     686Output data can be written in ascii files or in Netcdf files. IF IOM is used (\key{iomput}),  
     687fields are selected in iodef.xml file.  
     688 
    683689See also \href{http://stockage.univ-brest.fr/~grima/Ariane/}{here} the web site describing  
    684690the off-line use of this marvellous diagnostic tool. 
  • branches/2011/dev_r2802_MERCATOR9_floats/DOC/TexFiles/Namelist/namflo

    r2540 r2846  
    22&namflo       !   float parameters                                      ("key_float") 
    33!----------------------------------------------------------------------- 
     4   jpnfl      = 1          !  total number of floats during the run 
     5   jpnnewflo  = 0          !  number of floats for the restart 
    46   ln_rstflo  = .false.    !  float restart (T) or not (F) 
    57   nn_writefl =      75    !  frequency of writing in float output file  
     
    810   ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    911                           !  or computed with Blanke' scheme (F) 
     12   ln_ariane  = .true.     !  Input with Ariane tool convention(T) 
     13   ln_ascii   = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
    1014/ 
Note: See TracChangeset for help on using the changeset viewer.