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 10271 for branches/UKMO/dev_r10171_test_crs_AMM7/NEMOGCM/NEMO/OPA_SRC/CRS/crsdom.F90 – NEMO

Ignore:
Timestamp:
2018-11-01T12:26:10+01:00 (5 years ago)
Author:
cmao
Message:

Fix a few typos in code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r10171_test_crs_AMM7/NEMOGCM/NEMO/OPA_SRC/CRS/crsdom.F90

    r10239 r10271  
    153153         CASE ( 'T' ) 
    154154            DO jj =  nldj_crs, nlej_crs 
    155                ijj = mjs_crs(jj) + + INT(0.5*nfacty(jj)) 
     155               ijj = mjs_crs(jj) + INT(0.5*nfacty(jj)) 
    156156               DO ji = nldi_crs, nlei_crs 
    157157                  iji = mis_crs(ji) + INT(0.5*nfactx(ji)) 
Note: See TracChangeset for help on using the changeset viewer.