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 3627 for branches/2012/dev_r3604_LEGI8_TAM/NEMOGCM/NEMO/OPATAM_SRC/TRA/traldf_bilap_tam.F90 – NEMO

Ignore:
Timestamp:
2012-11-21T19:01:50+01:00 (11 years ago)
Author:
rblod
Message:

Correct long lines in TAM 4.3 see ticket #1010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3604_LEGI8_TAM/NEMOGCM/NEMO/OPATAM_SRC/TRA/traldf_bilap_tam.F90

    r3611 r3627  
    157157               DO ji = fs_2, fs_jpim1   ! vector opt. 
    158158                  zbtr = 1.0 / ( e1t(ji,jj) * e2t(ji,jj) * fse3t(ji,jj,jk) ) 
    159                   zlttl(ji,jj) = fsahtt(ji,jj,jk) * zbtr * (  ztutl(ji,jj,jk) - ztutl(ji-1,jj,jk) + ztvtl(ji,jj,jk) - ztvtl(ji,jj-1,jk)  ) 
     159                  zlttl(ji,jj) = fsahtt(ji,jj,jk) * zbtr * (  ztutl(ji,jj,jk) - ztutl(ji-1,jj,jk)   & 
     160                               &                            + ztvtl(ji,jj,jk) - ztvtl(ji,jj-1,jk)  ) 
    160161               END DO 
    161162            END DO 
Note: See TracChangeset for help on using the changeset viewer.