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 561 for trunk/NEMO/TOP_SRC/trcrst.F90 – NEMO

Ignore:
Timestamp:
2006-11-13T14:29:55+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_073:CE:well used of iom module to read variables in CFC's restart files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcrst.F90

    r494 r561  
    202202      clname  = 'qint' 
    203203      clname1 = 'qtr' 
    204  
    205       CALL iom_get( inum, jpdom_local, clname , qint(:,:,:) )  
    206       CALL iom_get( inum, jpdom_local, clname1, qtr (:,:,:) )         
     204      DO jn = 1, jptra 
     205         CALL iom_get( inum, jpdom_unknown, clname,  qint(:,:,jn), jn ) 
     206         CALL iom_get( inum, jpdom_unknown, clname1, qtr (:,:,jn), jn ) 
     207      ENDDO 
    207208#endif 
    208209 
Note: See TracChangeset for help on using the changeset viewer.