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 10380 for NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/ICE/icerst.F90 – NEMO

Ignore:
Timestamp:
2018-12-11T09:27:54+01:00 (5 years ago)
Author:
smasson
Message:

dev_r10164_HPC09_ESIWACE_PREP_MERGE: iom cleaning: (1) get rid of jpnf90, jprstlib, jlibalt, iolib and (2) improve iom_getatt and iom_putatt, see #2133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/ICE/icerst.F90

    r10359 r10380  
    6969            IF(lwp) THEN 
    7070               WRITE(numout,*) 
    71                SELECT CASE ( jprstlib ) 
    72                CASE DEFAULT 
    73                   WRITE(numout,*) '             open ice restart NetCDF file: ',TRIM(clpath)//clname 
    74                END SELECT 
     71               WRITE(numout,*) '             open ice restart NetCDF file: ',TRIM(clpath)//clname 
    7572               IF( kt == nitrst - 2*nn_fsbc + 1 ) THEN 
    7673                  WRITE(numout,*) '             kt = nitrst - 2*nn_fsbc + 1 = ', kt,' date= ', ndastp 
     
    8077            ENDIF 
    8178            ! 
    82             CALL iom_open( TRIM(clpath)//TRIM(clname), numriw, ldwrt = .TRUE., kiolib = jprstlib, kdlev = jpl ) 
     79            CALL iom_open( TRIM(clpath)//TRIM(clname), numriw, ldwrt = .TRUE., kdlev = jpl ) 
    8380            lrst_ice = .TRUE. 
    8481         ENDIF 
     
    175172      LOGICAL           ::   llok 
    176173      INTEGER           ::   id1            ! local integer 
    177       INTEGER           ::   jlibalt = jprstlib 
    178174      CHARACTER(len=25) ::   znam 
    179175      CHARACTER(len=2)  ::   zchar, zchar1 
     
    188184      ENDIF 
    189185 
    190       CALL iom_open ( TRIM(cn_icerst_indir)//'/'//cn_icerst_in, numrir, kiolib = jprstlib, kdlev = jpl ) 
     186      CALL iom_open ( TRIM(cn_icerst_indir)//'/'//cn_icerst_in, numrir, kdlev = jpl ) 
    191187 
    192188      CALL iom_get( numrir, 'nn_fsbc', zfice ) 
Note: See TracChangeset for help on using the changeset viewer.