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 10425 for NEMO/trunk/src/OCE/TRD/trdmxl_rst.F90 – NEMO

Ignore:
Timestamp:
2018-12-19T22:54:16+01:00 (5 years ago)
Author:
smasson
Message:

trunk: merge back dev_r10164_HPC09_ESIWACE_PREP_MERGE@10424 into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRD/trdmxl_rst.F90

    r10068 r10425  
    6161         IF(lwp) THEN 
    6262            WRITE(numout,*) 
    63             SELECT CASE ( jprstlib ) 
    64             CASE DEFAULT         ;   WRITE(numout,*) '             open ocean restart_mxl NetCDF file: '//clname 
    65             END SELECT 
     63            WRITE(numout,*) '             open ocean restart_mxl NetCDF file: '//clname 
    6664            IF( kt == nitrst - 1 ) THEN   ;   WRITE(numout,*) '             kt = nitrst - 1 = ', kt,' date= ', ndastp 
    6765            ELSE                          ;   WRITE(numout,*) '             kt = '             , kt,' date= ', ndastp 
     
    6967         ENDIF 
    7068 
    71          CALL iom_open( TRIM(clpath)//TRIM(clname), nummxlw, ldwrt = .TRUE., kiolib = jprstlib ) 
     69         CALL iom_open( TRIM(clpath)//TRIM(clname), nummxlw, ldwrt = .TRUE. ) 
    7270      ENDIF 
    7371 
     
    133131      CHARACTER (len=35) :: charout 
    134132      INTEGER ::   jk         ! loop indice 
    135       INTEGER ::   jlibalt = jprstlib 
    136133      LOGICAL ::   llok 
    137134      CHARACTER(LEN=256)  ::   clpath   ! full path to restart file 
     
    146143      clpath = TRIM(cn_ocerst_indir) 
    147144      IF( clpath(LEN_TRIM(clpath):) /= '/' ) clpath = TRIM(clpath) // '/' 
    148       CALL iom_open( TRIM(clpath)//TRIM(cn_trdrst_in), inum, kiolib = jlibalt )  
     145      CALL iom_open( TRIM(clpath)//TRIM(cn_trdrst_in), inum )  
    149146 
    150147      IF( ln_trdmxl_instant ) THEN  
Note: See TracChangeset for help on using the changeset viewer.