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/ISF – 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).

Location:
NEMO/trunk/src/OCE/ISF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ISF/isfcpl.F90

    r15053 r15062  
    546546 
    547547               ! volume diff 
    548                zdvol =   e3t  (ji,jj,jk,Kmm) *  tmask  (ji,jj,jk)   & 
     548               zdvol =   e3t(ji,jj,jk,Kmm) *  tmask  (ji,jj,jk)   & 
    549549                  &   - ze3t_b(ji,jj,jk    ) * ztmask_b(ji,jj,jk) 
    550550 
  • NEMO/trunk/src/OCE/ISF/isfparmlt.F90

    r15004 r15062  
    2828 
    2929   PUBLIC  isfpar_mlt  
    30     
     30 
     31 
     32   !! * Substitutions 
     33#  include "domzgr_substitute.h90"    
    3134   !!---------------------------------------------------------------------- 
    3235   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
Note: See TracChangeset for help on using the changeset viewer.