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 2844 for branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/NEMO/OPA_SRC/FLO/florst.F90 – NEMO

Ignore:
Timestamp:
2011-09-20T15:40:17+02:00 (13 years ago)
Author:
cbricaud
Message:

minor corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_MERCATOR9_floats/NEMOGCM/NEMO/OPA_SRC/FLO/florst.F90

    r2843 r2844  
    1717   !! * Modules used 
    1818   USE flo_oce         ! ocean drifting floats 
    19    !USE oce             ! ocean dynamics and tracers 
    2019   USE dom_oce         ! ocean space and time domain 
    2120   USE lib_mpp         ! distribued memory computing library 
    2221   USE in_out_manager  ! I/O manager 
    23    !USE phycst          ! physic constants 
    24    !USE dianam          ! build name of file (routine) 
    25    !USE ioipsl 
    2622 
    2723   IMPLICIT NONE 
     
    2925 
    3026   PUBLIC flo_rst      ! routine called by floats.F90 
    31  
    32    !INTEGER :: jfl      ! number of floats 
    33    !INTEGER :: numfl   ! logical unit for floats netcdf output 
    3427 
    3528   !! * Substitutions 
     
    4538   SUBROUTINE flo_rst( kt ) 
    4639      !!--------------------------------------------------------------------- 
    47       !!                  ***  ROUTINE flo_wri *** 
     40      !!                  ***  ROUTINE flo_rst *** 
    4841      !!              
    4942      !! ** Purpose :   
     
    8578         END DO 
    8679 
    87          CALL ctl_opn( inum, clname, 'REPLACE', 'FORMATTED', 'SEQUENTIAL', -1, numout, .FALSE. ) 
    88          REWIND inum 
     80         inum=0 
     81         IF( lwp )THEN 
     82            CALL ctl_opn( inum, clname, 'REPLACE', 'FORMATTED', 'SEQUENTIAL', -1, numout, .FALSE. ) 
     83            REWIND inum 
     84         ENDIF 
    8985         ! 
    9086         DO jpn = 1, jpnij 
Note: See TracChangeset for help on using the changeset viewer.