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/NEMOGCM/NEMO/OPA_SRC/FLO/flo_oce.F90 – 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/NEMOGCM/NEMO/OPA_SRC/FLO/flo_oce.F90

    r3294 r4147  
    3939   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   wb   !: vertical velocity at previous time step (m s-1). 
    4040    
    41    !                                                 !!! * namelist namflo : langrangian floats * 
    42    LOGICAL, PUBLIC  ::   ln_rstflo      = .FALSE.    !: T/F float restart  
    43    LOGICAL, PUBLIC  ::   ln_argo        = .FALSE.    !: T/F argo type floats 
    44    LOGICAL, PUBLIC  ::   ln_flork4      = .FALSE.    !: T/F 4th order Runge-Kutta 
    45    LOGICAL, PUBLIC  ::   ln_ariane      = .FALSE.    !: handle ariane input/output convention 
    46    LOGICAL, PUBLIC  ::   ln_flo_ascii   = .FALSE.    !: write in ascii (T) or in Netcdf (F) 
     41   !                                   !! * namelist namflo : langrangian floats * 
     42   LOGICAL, PUBLIC  ::   ln_rstflo      !: T/F float restart  
     43   LOGICAL, PUBLIC  ::   ln_argo        !: T/F argo type floats 
     44   LOGICAL, PUBLIC  ::   ln_flork4      !: T/F 4th order Runge-Kutta 
     45   LOGICAL, PUBLIC  ::   ln_ariane      !: handle ariane input/output convention 
     46   LOGICAL, PUBLIC  ::   ln_flo_ascii   !: write in ascii (T) or in Netcdf (F) 
    4747 
    48    INTEGER, PUBLIC  ::   nn_writefl     = 150        !: frequency of float output file  
    49    INTEGER, PUBLIC  ::   nn_stockfl     = 450        !: frequency of float restart file 
     48   INTEGER, PUBLIC  ::   nn_writefl     !: frequency of float output file  
     49   INTEGER, PUBLIC  ::   nn_stockfl     !: frequency of float restart file 
    5050 
    5151   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.