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 6075 for branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC/DOM/iscplhsb.F90 – NEMO

Ignore:
Timestamp:
2015-12-17T09:50:30+01:00 (8 years ago)
Author:
timgraham
Message:

Lots of bug fixes to get sette to compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC/DOM/iscplhsb.F90

    r6074 r6075  
    3232   PUBLIC   iscpl_cons        
    3333   !! * Substitutions   
    34 #  include "domzgr_substitute.h90"   
    3534#  include "vectopt_loop_substitute.h90" 
    3635   !!---------------------------------------------------------------------- 
     
    9594      !  
    9695      zdssh(:,:) = sshn(:,:) * ssmask(:,:) - sshb(:,:) * psmask_b(:,:) 
    97       IF ( lk_vvl ) zdssh = 0.0_wp ! already included in the levels by definition 
     96      IF (.NOT. ln_linssh ) zdssh = 0.0_wp ! already included in the levels by definition 
    9897       
    9998      DO jk = 1,jpk-1 
Note: See TracChangeset for help on using the changeset viewer.