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.
namflo in tags/nemo_v3_2/nemo_v3_2/DOC/TexFiles/Namelist – NEMO

source: tags/nemo_v3_2/nemo_v3_2/DOC/TexFiles/Namelist/namflo @ 1878

Last change on this file since 1878 was 1878, checked in by flavoni, 14 years ago

initial test for nemogcm

File size: 677 bytes
Line 
1!-----------------------------------------------------------------------
2&namflo       !   float parameters                                      ("key_float")
3!-----------------------------------------------------------------------
4    ln_rstflo = .false.    !  float restart (T) or not (F)
5    nwritefl  =      75    !  frequency of writing in float output file
6    nstockfl  =    5475    !  frequency of creation of the float restart file
7    ln_argo   = .false.    !  Argo type floats (stay at the surface each 10 days)
8    ln_flork4 = .false.    !  trajectories computed with a 4th order Runge-Kutta (T)
9                           !  or computed with Blanke' scheme (F)
10/
Note: See TracBrowser for help on using the repository browser.