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

Ignore:
Timestamp:
2010-10-29T18:08:41+02:00 (14 years ago)
Author:
gm
Message:

v3.3beta: FLO-compilation errors (to be done also on v3.2 \!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/FLO/flo_oce.F90

    r2287 r2345  
    2020   !! float parameters 
    2121   !! ---------------- 
    22    INTEGER, PUBLIC, PARAMETER ::   jpnfl     = 23 ,                !: total number of floats during the run 
    23    INTEGER, PUBLIC, PARAMETER ::   jpnnewflo =  0 ,                !: number of floats added in a new run 
     22   INTEGER, PUBLIC, PARAMETER ::   jpnfl     = 23                  !: total number of floats during the run 
     23   INTEGER, PUBLIC, PARAMETER ::   jpnnewflo =  0                  !: number of floats added in a new run 
    2424   INTEGER, PUBLIC, PARAMETER ::   jpnrstflo = jpnfl - jpnnewflo   !: number of floats for the restart 
    2525 
    2626   !! float variables 
    2727   !! --------------- 
    28    INTEGER, PUBLIC, DIMENSION(jpnfl) ::   nisobfl   !: =0 for a isobar float , =1 for a float following the w velocity 
    29    INTEGER, PUBLIC, DIMENSION(jpnfl) ::   ngrpfl    !: number to identify searcher group 
     28   INTEGER , PUBLIC, DIMENSION(jpnfl) ::   nisobfl   !: =0 for a isobar float , =1 for a float following the w velocity 
     29   INTEGER , PUBLIC, DIMENSION(jpnfl) ::   ngrpfl    !: number to identify searcher group 
    3030 
    31    REAL(wp), PUBLIC, DIMENSION(jpnfl) ::   flxx , flyy , flzz    !: longitude, latitude, depth of float (decimal degree, m >0) 
     31   REAL(wp), PUBLIC, DIMENSION(jpnfl) ::   flxx , flyy , flzz    !: long, lat, depth of float (decimal degree, m >0) 
    3232   REAL(wp), PUBLIC, DIMENSION(jpnfl) ::   tpifl, tpjfl, tpkfl   !: (i,j,k) indices of float position 
    3333 
    34    REAL(wp), PUBLIC, DIMENSION(jpi, jpj, jpk) ::   wb            !: vertical velocity at previous time step (m s-1). 
     34   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk) ::   wb              !: vertical velocity at previous time step (m s-1). 
    3535    
    36    !                                  !!! * namelist namflo : langrangian floats * 
     36   !                                            !!! * namelist namflo : langrangian floats * 
    3737   LOGICAL, PUBLIC  ::   ln_rstflo  = .FALSE.    !: T/F float restart  
    3838   LOGICAL, PUBLIC  ::   ln_argo    = .FALSE.    !: T/F argo type floats 
    3939   LOGICAL, PUBLIC  ::   ln_flork4  = .FALSE.    !: T/F 4th order Runge-Kutta 
    40    INTEGER, PUBLIC  ::   nn_writefl = 150       !: frequency of float output file  
    41    INTEGER, PUBLIC  ::   nn_stockfl = 450       !: frequency of float restart file 
     40   INTEGER, PUBLIC  ::   nn_writefl = 150        !: frequency of float output file  
     41   INTEGER, PUBLIC  ::   nn_stockfl = 450        !: frequency of float restart file 
    4242 
    4343#else 
     
    5151   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    5252   !! $Id$  
    53    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     53   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    5454   !!====================================================================== 
    5555END MODULE flo_oce 
Note: See TracChangeset for help on using the changeset viewer.