source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/doc/namelists/namflo @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

File size: 1.0 KB
Line 
1!-----------------------------------------------------------------------
2&namflo        !   float parameters                                     (default: OFF)
3!-----------------------------------------------------------------------
4   ln_floats   = .false.      ! activate floats or not
5      jpnfl       = 1         !    total number of floats during the run
6      jpnnewflo   = 0         !    number of floats for the restart
7      ln_rstflo   = .false.   !    float restart (T) or not (F)
8      nn_writefl  =      75   !    frequency of writing in float output file
9      nn_stockfl  =    5475   !    frequency of creation of the float restart file
10      ln_argo     = .false.   !    Argo type floats (stay at the surface each 10 days)
11      ln_flork4   = .false.   !    trajectories computed with a 4th order Runge-Kutta (T)
12      !                       !    or computed with Blanke' scheme (F)
13      ln_ariane   = .true.    !    Input with Ariane tool convention(T)
14      ln_flo_ascii= .true.    !    Output with Ariane tool netcdf convention(F) or ascii file (T)
15/
Note: See TracBrowser for help on using the repository browser.