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/limthd.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/limthd.F90

    r5123 r5128  
    263263         ! debug point to follow 
    264264         jiindex_1d = 0 
    265          IF( ln_nicep ) THEN 
    266             DO ji = mi0(jiindx), mi1(jiindx) 
    267                DO jj = mj0(jjindx), mj1(jjindx) 
     265         IF( ln_icectl ) THEN 
     266            DO ji = mi0(iiceprt), mi1(iiceprt) 
     267               DO jj = mj0(jiceprt), mj1(jiceprt) 
    268268                  jiindex_1d = (jj - 1) * jpi + ji 
    269269                  WRITE(numout,*) ' lim_thd : Category no : ', jl  
     
    363363      ! Diagnostic thermodynamic growth rates 
    364364      !-------------------------------------------- 
    365       IF( ln_nicep )   CALL lim_prt( kt, jiindx, jjindx, 1, ' - ice thermodyn. - ' )   ! control print 
     365      IF( ln_icectl )   CALL lim_prt( kt, iiceprt, jiceprt, 1, ' - ice thermodyn. - ' )   ! control print 
    366366 
    367367      IF(ln_ctl) THEN            ! Control print 
Note: See TracChangeset for help on using the changeset viewer.