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 12928 for NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/src/ICE/icerst.F90 – NEMO

Ignore:
Timestamp:
2020-05-14T21:46:00+02:00 (4 years ago)
Author:
smueller
Message:

Synchronizing with /NEMO/trunk@12925 (ticket #2170)

Location:
NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser

    • Property svn:externals
      •  

        old new  
        66^/vendors/FCM@HEAD            ext/FCM 
        77^/vendors/IOIPSL@HEAD         ext/IOIPSL 
         8 
         9# SETTE 
         10^/utils/CI/sette@HEAD         sette 
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/src/ICE/icerst.F90

    r12178 r12928  
    8080            ENDIF 
    8181            ! 
    82             CALL iom_open( TRIM(clpath)//TRIM(clname), numriw, ldwrt = .TRUE., kdlev = jpl ) 
     82            CALL iom_open( TRIM(clpath)//TRIM(clname), numriw, ldwrt = .TRUE., kdlev = jpl, cdcomp = 'ICE' ) 
    8383            lrst_ice = .TRUE. 
    8484         ENDIF 
     
    163163 
    164164 
    165    SUBROUTINE ice_rst_read 
     165   SUBROUTINE ice_rst_read( Kbb, Kmm, Kaa ) 
    166166      !!---------------------------------------------------------------------- 
    167167      !!                    ***  ice_rst_read  *** 
     
    169169      !! ** purpose  :   read restart file 
    170170      !!---------------------------------------------------------------------- 
     171      INTEGER, INTENT(in) :: Kbb, Kmm, Kaa ! ocean time level indices 
    171172      INTEGER           ::   jk 
    172173      LOGICAL           ::   llok 
     
    184185      ENDIF 
    185186 
    186       CALL iom_open ( TRIM(cn_icerst_indir)//'/'//cn_icerst_in, numrir, kdlev = jpl ) 
     187      CALL iom_open ( TRIM(cn_icerst_indir)//'/'//cn_icerst_in, numrir ) 
    187188 
    188189      ! test if v_i exists  
     
    272273         ! 
    273274         CALL ice_istate_init 
    274          CALL ice_istate( nit000 ) 
     275         CALL ice_istate( nit000, Kbb, Kmm, Kaa ) 
    275276         ! 
    276277         IF( .NOT.ln_iceini .OR. .NOT.ln_iceini_file ) & 
Note: See TracChangeset for help on using the changeset viewer.