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 10100 for NEMO/branches/2018 – NEMO

Changeset 10100 for NEMO/branches/2018


Ignore:
Timestamp:
2018-09-07T14:42:15+02:00 (6 years ago)
Author:
cbricaud
Message:

change to allow coarsenig running with different meridional sizes ( in particular with eORCA025-jpjglo=1207

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/CRS/crsdom.F90

    r8929 r10100  
    14171417 
    14181418            DO jj=1,jpjglo_crs 
    1419                ijjs=nn_facty*(jj)-5 
    1420                ijje=nn_facty*(jj)-3 
     1419               ijjs=nn_facty*(jj) - 5 + MOD(jpjglo, nn_facty) 
     1420               ijje=nn_facty*(jj) - 3 + MOD(jpjglo, nn_facty) 
    14211421               mjs2_crs(jj)=ijjs 
    14221422               mje2_crs(jj)=ijje 
Note: See TracChangeset for help on using the changeset viewer.