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

Changeset 352 for trunk/NEMO/LIM_SRC


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

Location:
trunk/NEMO/LIM_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/limrst.F90

    r247 r352  
    137137 
    138138      CALL ymds2ju( nyear, nmonth, nday, zsec, zdate0 ) 
    139       CALL restini( 'NONE', jpi, jpj, glamt, gphit, 1 , zdept, ccfile, itime, zdate0, zdt, inumwrs ) 
     139      CALL restini( 'NONE', jpi, jpj, glamt, gphit, 1 , zdept, ccfile, itime, zdate0, zdt, & 
     140         &         inumwrs, domain_id=nidom ) 
    140141       
    141142      CALL restput( inumwrs, 'info'   ,   1,   1, 2 , 0, zinfo   )  ! restart informations 
     
    202203      zdept(1)   = 0. 
    203204 
    204       CALL restini(ccfile , jpi, jpj, zlamt, zphit, 1 , zdept, ccfile, itime, zdate0, zdt, inumrst )       
     205      CALL restini(ccfile , jpi, jpj, zlamt, zphit, 1 , zdept, 'NONE', itime, zdate0, zdt, inumrst, & 
     206         &         domain_id=nidom )       
    205207      CALL ioget_vname( inumrst, ibvar, clvnames ) 
    206208 
  • trunk/NEMO/LIM_SRC/limwri.F90

    r258 r352  
    118118         CALL ymds2ju ( nyear, nmonth, nday, zsec, zjulian ) 
    119119         CALL dia_nam ( clhstnam, nwrite, 'icemod' ) 
    120          CALL histbeg ( clhstnam, jpi, glamt, jpj, gphit, 1, jpi, 1, jpj, 0, zjulian, rdt_ice, nhorid, nice ) 
     120         CALL histbeg ( clhstnam, jpi, glamt, jpj, gphit, 1, jpi, 1, jpj, 0, zjulian, rdt_ice, nhorid, nice , domain_id=nidom) 
    121121         CALL histvert( nice, "deptht", "Vertical T levels", "m", 1, zdept, ndepid) 
    122122         CALL wheneq  ( jpij , tmask(:,:,1), 1, 1., ndex51, ndim) 
Note: See TracChangeset for help on using the changeset viewer.