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 66 for trunk/NEMO/OPA_SRC/restart.F90 – NEMO

Ignore:
Timestamp:
2004-04-22T14:14:14+02:00 (20 years ago)
Author:
opalod
Message:

CT : BUGFIX040 : Correction of the control test with nrstdt for restart case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/restart.F90

    r15 r66  
    180180         CALL restput( numwrs, 'sst_io' , jpi, jpj, 1  , 0, sst_io  ) 
    181181         CALL restput( numwrs, 'sss_io' , jpi, jpj, 1  , 0, sss_io  ) 
    182          CALL restput( numwrs, 'u_io'   , jpi, jpj, 1  , 0, v_io    ) 
     182         CALL restput( numwrs, 'u_io'   , jpi, jpj, 1  , 0, u_io    ) 
    183183         CALL restput( numwrs, 'v_io'   , jpi, jpj, 1  , 0, v_io    ) 
    184184# if defined key_coupled 
     
    314314 
    315315      ! Control of date 
    316       IF( nit000 - NINT( zinfo(2) )  /= 1 .AND. ABS( nrstdt ) == 1 ) THEN 
     316      IF( nit000 - NINT( zinfo(2) )  /= 1 .AND. nrstdt /= 0 ) THEN 
    317317         IF(lwp) WRITE(numout,cform_err) 
    318318         IF(lwp) WRITE(numout,*) ' ===>>>> : problem with nit000 for the restart' 
Note: See TracChangeset for help on using the changeset viewer.