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 1318 for trunk/NEMO/TOP_SRC/SED/sedwri.F90 – NEMO

Ignore:
Timestamp:
2009-02-17T17:38:18+01:00 (15 years ago)
Author:
smasson
Message:

supress useless call to histsync, see ticket:340

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/SED/sedwri.F90

    r1317 r1318  
    247247          END DO 
    248248 
    249  
    250          !! 
    251          !! synchronise FILE 
    252          ! 
    253          IF( MOD( it, nwrised ) == 0 ) THEN 
    254               WRITE(numsed,*)  '**** sedwri : write NetCDF aditional arrays' 
    255               CALL histsync( nised ) 
    256           ENDIF 
    257  
    258249      ENDIF 
    259250 
Note: See TracChangeset for help on using the changeset viewer.