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 5128 for trunk/NEMOGCM/NEMO/LIM_SRC_3/limrst.F90 – NEMO

Ignore:
Timestamp:
2015-03-05T18:23:13+01:00 (9 years ago)
Author:
clem
Message:

LIM3: put debug (i,j) points in the namelist and change their names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/LIM_SRC_3/limrst.F90

    r5123 r5128  
    8686      ENDIF 
    8787      ! 
    88       IF( ln_nicep )   CALL lim_prt( kt, jiindx, jjindx, 1, ' - Beginning the time step - ' )   ! control print 
     88      IF( ln_icectl )   CALL lim_prt( kt, iiceprt, jiceprt, 1, ' - Beginning the time step - ' )   ! control print 
    8989   END SUBROUTINE lim_rst_opn 
    9090 
     
    307307      !! ** purpose  :   read of sea-ice variable restart in a netcdf file 
    308308      !!---------------------------------------------------------------------- 
    309       INTEGER :: ji, jj, jk, jl, indx 
     309      INTEGER :: ji, jj, jk, jl 
    310310      REAL(wp) ::   zfice, ziter 
    311       REAL(wp) ::   zs_inf, z_slope_s, zsmax, zsmin, zalpha   ! local scalars used for the salinity profile 
    312       REAL(wp), POINTER, DIMENSION(:)   ::   zs_zero  
    313311      REAL(wp), POINTER, DIMENSION(:,:) ::   z2d 
    314312      CHARACTER(len=15) ::   znam 
     
    318316      !!---------------------------------------------------------------------- 
    319317 
    320       CALL wrk_alloc( nlay_i, zs_zero ) 
    321318      CALL wrk_alloc( jpi, jpj, z2d ) 
    322319 
     
    534531      !CALL iom_close( numrir ) !clem: closed in sbcice_lim.F90 
    535532      ! 
    536       CALL wrk_dealloc( nlay_i, zs_zero ) 
    537533      CALL wrk_dealloc( jpi, jpj, z2d ) 
    538534      ! 
Note: See TracChangeset for help on using the changeset viewer.