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 15062 for NEMO/trunk/src/OCE/TRA – NEMO

Ignore:
Timestamp:
2021-06-28T13:19:48+02:00 (3 years ago)
Author:
jchanut
Message:

Suppress time varying scale factors and depths declarations with key_qco and key_linssh. Remove spaces that preclude from correct replacement of some scale factor arrays during preprocessing stage (at least with Apple clang version 11.0.3, this is problem).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRA/traldf_triad.F90

    r14834 r15062  
    210210                     &   * (  akz     (ji,jj,jk)   & 
    211211                     &      + ah_wslp2(ji,jj,jk)   & 
    212                      &        / ( e3w (ji,jj,jk,Kmm) * e3w(ji,jj,jk,Kmm) )  ) 
     212                     &        / ( e3w(ji,jj,jk,Kmm) * e3w(ji,jj,jk,Kmm) )  ) 
    213213               END_3D 
    214214            ELSEIF( ln_traldf_lap ) THEN              ! laplacian operator 
Note: See TracChangeset for help on using the changeset viewer.