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 5956 for branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/NEMO/OPA_SRC/FLO/flowri.F90 – NEMO

Ignore:
Timestamp:
2015-11-30T20:55:41+01:00 (8 years ago)
Author:
mathiot
Message:

ISF : merged trunk (5936) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/NEMO/OPA_SRC/FLO/flowri.F90

    r5621 r5956  
    33   !!                       ***  MODULE  flowri  *** 
    44   !! 
    5    !! write floats trajectory in ascii                    ln_flo_ascii = T 
    6    !!                      or in netcdf ( IOM or IOSPSL ) ln_flo_ascii = F            
    7    !!  
    8    !! 
     5   !! Ocean floats: write floats trajectory in ascii                    ln_flo_ascii = T 
     6   !!                                    or in netcdf ( IOM or IOSPSL ) ln_flo_ascii = F            
    97   !!====================================================================== 
    10    !!  History : 
    11    !!    8.0  !  99-09  (Y. Drillet)    : Original code 
    12    !!         !  00-06  (J.-M. Molines) : Profiling floats for CLS  
    13    !!    8.5  !  02-10  (A. Bozec)  F90 : Free form and module 
    14    !!    3.2  !  10-08  (slaw, cbricaud): netcdf outputs and others  
    15    !!---------------------------------------------------------------------- 
    16 #if   defined key_floats   ||   defined key_esopa 
     8   !!  History :  OPA  !  1999-09  (Y. Drillet)    : Original code 
     9   !!              -   !  2000-06  (J.-M. Molines) : Profiling floats for CLS  
     10   !!   NEMO      1.0  !  2002-10  (A. Bozec)  F90 : Free form and module 
     11   !!             3.2  !  2010-08  (slaw, cbricaud): netcdf outputs and others  
     12   !!---------------------------------------------------------------------- 
     13#if   defined key_floats 
    1714   !!---------------------------------------------------------------------- 
    1815   !!   'key_floats'                                     float trajectories 
    1916   !!---------------------------------------------------------------------- 
    20  
    21    !! * Modules used 
    2217   USE flo_oce         ! ocean drifting floats 
    2318   USE oce             ! ocean dynamics and tracers 
     
    3025   USE iom             ! I/O library 
    3126 
    32  
    3327   IMPLICIT NONE 
    3428   PRIVATE 
     
    5145   !! NEMO/OPA 3.2 , LODYC-IPSL  (2009) 
    5246   !! $Id$ 
    53    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    54    !!---------------------------------------------------------------------- 
    55  
     47   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     48   !!---------------------------------------------------------------------- 
    5649CONTAINS 
    5750 
Note: See TracChangeset for help on using the changeset viewer.