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 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/NEMO/OPA_SRC/FLO/florst.F90 – NEMO

Ignore:
Timestamp:
2016-01-08T10:35:19+01:00 (8 years ago)
Author:
jamesharle
Message:

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/NEMO/OPA_SRC/FLO/florst.F90

    • Property svn:keywords set to Id
    r3294 r6225  
    22   !!====================================================================== 
    33   !!                       ***  MODULE  florst  *** 
    4    !! 
    5    !! 
    6    !! write floats restart files 
    7    !! 
     4   !! Ocean floats : write floats restart files 
    85   !!====================================================================== 
    9    !!  History : 
    10    !!    8.0  !  99-09  (Y. Drillet)    : Original code 
    11    !!         !  00-06  (J.-M. Molines) : Profiling floats for CLS  
    12    !!    8.5  !  02-10  (A. Bozec)  F90 : Free form and module 
    13    !!    3.2  !  10-08  (slaw, cbricaud): netcdf outputs and others  
     6   !!  History :  OPA  !  1999-09  (Y. Drillet)    : Original code 
     7   !!              -   !  2000-06  (J.-M. Molines) : Profiling floats for CLS  
     8   !!   NEMO      1.0  !  2002-10  (A. Bozec)  F90 : Free form and module 
     9   !!             3.2  !  2010-08  (slaw, cbricaud): netcdf outputs and others  
    1410   !!---------------------------------------------------------------------- 
    15 #if   defined key_floats   ||   defined key_esopa 
     11#if   defined key_floats 
    1612   !!---------------------------------------------------------------------- 
    1713   !!   'key_floats'                                     float trajectories 
    1814   !!---------------------------------------------------------------------- 
    19  
    20    !! * Modules used 
    2115   USE flo_oce         ! ocean drifting floats 
    2216   USE dom_oce         ! ocean space and time domain 
     
    3226   INTEGER, ALLOCATABLE, DIMENSION(:) :: iperproc   ! 1D workspace 
    3327 
    34    !! * Substitutions 
    35 #  include "domzgr_substitute.h90" 
    3628   !!---------------------------------------------------------------------- 
    3729   !! NEMO/OPA 3.2 , LODYC-IPSL  (2009) 
    38    !! $Header: 
    39    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
     30   !! $Id$ 
     31   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    4032   !!---------------------------------------------------------------------- 
    41  
    4233CONTAINS 
    4334 
     
    5950      !! ** Purpose :   
    6051      !!              
    61       !!     
    6252      !!       
    6353      !! ** Method  :   The frequency of  ??? is nwritefl 
    6454      !!       
    6555      !!---------------------------------------------------------------------- 
    66       !! * Arguments 
    6756      INTEGER  :: kt                            ! time step 
    68  
    69       !! * Local declarations 
     57      ! 
    7058      CHARACTER (len=80)       :: clname             ! restart filename 
    7159      INTEGER                  :: ic , jc , jpn ,jfl ! temporary integer 
     
    132120            ENDIF 
    133121         ENDIF 
    134  
     122         ! 
    135123      ENDIF 
    136  
     124      ! 
    137125   END SUBROUTINE flo_rst 
    138  
    139126 
    140127#  else 
Note: See TracChangeset for help on using the changeset viewer.