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/TRA/trabbc.F90 – NEMO

Ignore:
Timestamp:
2005-12-12T15:18:10+01:00 (19 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/TRA/trabbc.F90

    r258 r352  
    193193         zphit(:,:) = 0. 
    194194         IF(lwp) WRITE(numout,*) '             *** variable geothermal heat flux read in ', clname, ' file' 
    195          CALL restini( clname, jpidta, jpjdta, zlamt, zphit, 1, zdept , clname,   & 
    196                        itime, zdate0, zdt, inum ) 
     195         CALL restini( clname, jpidta, jpjdta, zlamt, zphit, 1, zdept , 'NONE',   & 
     196            &          itime, zdate0, zdt, inum, domain_id=nidom ) 
    197197         CALL restget( inum, 'heatflow', jpidta, jpjdta, 1, 0, .FALSE., zdta ) 
    198198         DO jj = 1, nlcj 
Note: See TracChangeset for help on using the changeset viewer.