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 15033 for NEMO/trunk/src/OCE/CRS – NEMO

Ignore:
Timestamp:
2021-06-21T12:24:45+02:00 (3 years ago)
Author:
smasson
Message:

trunk: suppress jpim1 et jpjm1, #2699

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/CRS/crs.F90

    r14433 r15033  
    4343      INTEGER  ::  narea_full, narea_crs        !: node 
    4444      INTEGER  ::  jpnij_full, jpnij_crs        !: =jpni*jpnj, the pe decomposition 
    45       INTEGER  ::  jpim1_full, jpjm1_full       !:  
     45!!$      INTEGER  ::  jpim1_full, jpjm1_full       !:  
    4646      INTEGER  ::  nimpp_full, njmpp_full       !: global position of point (1,1) of subdomain on parent grid 
    4747      INTEGER  ::  nimpp_crs, njmpp_crs         !: set to 1,1 for now .  Valid only for monoproc 
     
    247247      jpi    = jpi_full 
    248248      jpj    = jpj_full 
    249       jpim1  = jpim1_full 
    250       jpjm1  = jpjm1_full 
     249!!$      jpim1  = jpim1_full 
     250!!$      jpjm1  = jpjm1_full 
    251251!!$      jperio = nperio_full 
    252252 
     
    286286      jpi    = jpi_crs 
    287287      jpj    = jpj_crs 
    288       jpim1  = jpi_crsm1 
    289       jpjm1  = jpj_crsm1 
     288!!$      jpim1  = jpi_crsm1 
     289!!$      jpjm1  = jpj_crsm1 
    290290!!$      jperio = nperio_crs 
    291291 
Note: See TracChangeset for help on using the changeset viewer.