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

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

nwrite = modulo referenced to nit000 in all ouputs, see ticket:339

File:
1 edited

Legend:

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

    r1312 r1317  
    251251         !! synchronise FILE 
    252252         ! 
    253          IF( MOD( kt, nwrised ) == 0 ) THEN 
     253         IF( MOD( it, nwrised ) == 0 ) THEN 
    254254              WRITE(numsed,*)  '**** sedwri : write NetCDF aditional arrays' 
    255255              CALL histsync( nised ) 
Note: See TracChangeset for help on using the changeset viewer.