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/TOP/PISCES/SED – 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/TOP/PISCES/SED/oce_sed.F90

    r14086 r15062  
    1515   USE dom_oce , ONLY :   gphit     =>   gphit          !: latitude  of t-point (degre) 
    1616  
    17 #if ! defined key_qco 
     17#if defined key_qco || defined key_linssh 
     18#else 
    1819   USE dom_oce , ONLY :   e3t       =>   e3t            !: latitude  of t-point (degre) 
    1920#endif 
Note: See TracChangeset for help on using the changeset viewer.