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

Ignore:
Timestamp:
2005-12-12T15:18:10+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_033 : CT : Switch to IOIPSL-3-0 new library

File:
1 edited

Legend:

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

    r311 r352  
    143143         CALL ymds2ju( nyear, nmonth, nday, 0.e0, zdate0 ) 
    144144         CALL restini( 'NONE', jpi, jpj, glamt, gphit, jpk, gdept, clname,   & 
    145                         itime, zdate0, rdt*nstock ,numwrs ) 
     145                        itime, zdate0, rdt*nstock ,numwrs, domain_id=nidom ) 
    146146 
    147147         CALL restput( numwrs, 'info'   , 1  , 1  , 10 , 0, zinfo   )   ! restart informations 
     
    298298      zphit(:,:) = 0.e0 
    299299      zdept(:)   = 0.e0 
    300       CALL restini( clname, jpi, jpj, zlamt, zphit, jpk, zdept, clname,   & 
    301          &          itime, zdate0, zdt, inum ) 
     300      CALL restini( clname, jpi, jpj, zlamt, zphit, jpk, zdept, 'NONE',   & 
     301         &          itime, zdate0, zdt, inum, domain_id=nidom ) 
    302302 
    303303      CALL ioget_vname( inum, ibvar, clvnames) 
Note: See TracChangeset for help on using the changeset viewer.