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 3374 for branches/2012/dev_r3337_NOCS10_ICB/NEMOGCM/NEMO/OPA_SRC/ICB/icbthm.F90 – NEMO

Ignore:
Timestamp:
2012-04-30T13:24:25+02:00 (12 years ago)
Author:
sga
Message:

NEMO branch dev_r3337_NOCS10_ICB: adopt mig, mjg, mi1 and mj1 for improved obscurity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3337_NOCS10_ICB/NEMOGCM/NEMO/OPA_SRC/ICB/icbthm.F90

    r3373 r3374  
    8282         zxi  = pt%xi                                      ! position in (i,j) referential 
    8383         zyj  = pt%yj 
    84          ii  = INT( zxi + 0.5 ) - nimpp + 1                    ! t-cell of the berg 
    85          ij  = INT( zyj + 0.5 ) - njmpp + 1 
     84         ii  = INT( zxi + 0.5 )                            ! T-cell of the berg 
     85         ii  = mi1( ii ) 
     86         ij  = INT( zyj + 0.5 )               
     87         ij  = mi1( ij ) 
    8688         zVol = zT * zW * zL 
    8789         zdt = berg_dt   ;   z1_dt = 1._wp / zdt 
Note: See TracChangeset for help on using the changeset viewer.