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/C1D_SRC/diawri_c1d.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/C1D_SRC/diawri_c1d.F90

    r1317 r1318  
    343343      ENDIF 
    344344 
    345       ! 3. Synchronise and close all files 
    346       ! --------------------------------------- 
    347       IF( MOD( it, nwrite ) == 0 .OR. kindic < 0 )   CALL histsync( nid_T ) 
    348  
    349345      !  Create an output files (output.abort.nc) if S < 0 or u > 20 m/s 
    350346      IF( kindic < 0 )   CALL dia_wri_state( 'output.abort' ) 
    351347 
     348      ! 3. Close all files 
     349      ! --------------------------------------- 
    352350      IF( kt == nitend .OR. kindic < 0 )   CALL histclo( nid_T ) 
    353351      ! 
Note: See TracChangeset for help on using the changeset viewer.