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/OPA_SRC – NEMO

Changeset 1318 for trunk/NEMO/OPA_SRC


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/OPA_SRC/DIA/diawri.F90

    r1317 r1318  
    511511#endif 
    512512 
    513       ! 3. Synchronise and close all files 
    514       ! --------------------------------------- 
    515       IF( MOD( it, nwrite ) == 0 .OR. kindic < 0 ) THEN 
    516          CALL histsync( nid_T ) 
    517          CALL histsync( nid_U ) 
    518          CALL histsync( nid_V ) 
    519          CALL histsync( nid_W ) 
    520       ENDIF 
    521  
    522513      !  Create an output files (output.abort.nc) if S < 0 or u > 20 m/s 
    523514      IF( kindic < 0 )   CALL dia_wri_state( 'output.abort' ) 
    524515 
     516      ! 3. Close all files 
     517      ! --------------------------------------- 
    525518      IF( kt == nitend .OR. kindic < 0 ) THEN 
    526519         CALL histclo( nid_T ) 
Note: See TracChangeset for help on using the changeset viewer.