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

Changeset 352 for trunk/NEMO/OPA_SRC/SOL


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/SOL/solisl.F90

    r247 r352  
    793793      IF( llbon ) THEN  
    794794         ! island FILE is present  
    795          CALL restini(clname,jpi,jpj,zlamt,zphit,1,zdept   & 
    796                      ,clname,itime,zdate0,zdt,numisl)           
     795         CALL restini(clname,jpi,jpj,zlamt,zphit,1,zdept,  & 
     796            &         'NONE',itime,zdate0,zdt,numisl,domain_id=nidom) 
    797797         CALL restget(numisl,'PRECISION',1,1,4,0,llog,zprec) 
    798798         iimlu = NINT( zprec(1) ) 
     
    10961096      zprec(3) = FLOAT(jpisl) 
    10971097      IF(lwp) WRITE(numout,*) clname 
    1098       CALL restini( 'NONE', jpi, jpj, glamt, gphit, 1, zdept   & 
    1099          , clname, itime, zdate0, rdt, numisl ) 
     1098      CALL restini( 'NONE', jpi, jpj, glamt, gphit, 1, zdept,  & 
     1099         &          clname, itime, zdate0, rdt, numisl, domain_id=nidom ) 
    11001100      IF( icile == 0 .AND. icut /= 0 ) THEN 
    11011101         IF(lwp) THEN 
Note: See TracChangeset for help on using the changeset viewer.