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 547 for trunk/NEMO/OPA_SRC/restart.F90 – NEMO

Ignore:
Timestamp:
2006-10-20T17:45:39+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_078:RB: finalization of IOM (2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/restart.F90

    r544 r547  
    8585         clname = TRIM(cexper)//"_"//TRIM(ADJUSTL(clkt))//"_restart" 
    8686         IF(lwp) WRITE(numout,*) '             open ocean restart.output NetCDF file: '//clname 
    87          CALL iom_open( clname, numrow, ldwrt = .TRUE., kiolib = jprstdimg ) 
     87         CALL iom_open( clname, numrow, ldwrt = .TRUE., kiolib = jprstlib ) 
    8888         IF( lk_trdmld )   THEN 
    8989            clname = TRIM(cexper)//"_"//TRIM(ADJUSTL(clkt))//"_restart_mld" 
    9090            IF(lwp) WRITE(numout,*) '             open ocean restart_mld NetCDF file: '//clname 
    91             CALL iom_open( clname, nummldw, ldwrt = .TRUE., kiolib = jprstdimg ) 
     91            CALL iom_open( clname, nummldw, ldwrt = .TRUE., kiolib = jprstlib ) 
    9292         ENDIF 
    9393         lrst_oce = .TRUE. 
     
    232232      ENDIF 
    233233 
    234       CALL iom_open( 'restart', numror, kiolib = jprstdimg )   ! Open 
     234      CALL iom_open( 'restart', numror, kiolib = jprstlib ) 
    235235 
    236236      ! Calendar informations 
Note: See TracChangeset for help on using the changeset viewer.