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 4147 for branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/namflo – NEMO

Ignore:
Timestamp:
2013-11-04T12:51:55+01:00 (10 years ago)
Author:
cetlod
Message:

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/namflo

    r3294 r4147  
    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 
    6    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    7    nn_writefl =      75    !  frequency of writing in float output file  
    8    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    9    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    10    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    11                            !  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) 
     4   jpnfl         = 1          !  total number of floats during the run 
     5   jpnnewflo     = 0          !  number of floats for the restart 
     6   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     7   nn_writefl    =      75    !  frequency of writing in float output file 
     8   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     9   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     10   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     11                              !  or computed with Blanke' scheme (F) 
     12   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     13   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    1414/ 
Note: See TracChangeset for help on using the changeset viewer.