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/TOP_SRC/trcrst.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/TOP_SRC/trcrst.F90

    r350 r352  
    150150      zdept(:)   = 0.e0 
    151151      CALL restini(clname,jpi,jpj,zlamt,zphit,jpk,zdept,clname         &  
    152          &           ,itime,zdate0,zdt,nutrst) 
     152         &           ,itime,zdate0,zdt,nutrst,domain_id=nidom) 
    153153 
    154154      CALL ioget_vname(nutrst, ibvar, clvnames) 
     
    462462         CALL ymds2ju(nyear,nmonth,nday,0.0,zdate0) 
    463463         CALL restini('NONE',jpi,jpj,glamt,gphit,jpk,gdept,clname           & 
    464             &        ,itime,zdate0,rdt*nstock,nutwrs) 
     464            &        ,itime,zdate0,rdt*nstock,nutwrs,domain_id=nidom) 
    465465 
    466466         CALL restput(nutwrs,'info',1,1,3,0,zinfo) 
Note: See TracChangeset for help on using the changeset viewer.