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 14532 – NEMO

Changeset 14532


Ignore:
Timestamp:
2021-02-23T10:58:10+01:00 (3 years ago)
Author:
dancopsey
Message:

Move turning off of shear paremeterisation to turn it off completely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_FKOSM_m11715/src/OCE/ZDF/zdfosm.F90

    r14513 r14532  
    15881588! full code available                                          ! 
    15891589!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
    1590             IF ( zshear(ji,jj) > 1.e-10 ) THEN 
    1591               IF ( zri_p(ji,jj) < rn_ri_p_thresh .AND. MIN(hu_n(ji,jj), hu_n(ji-1,jj), hv_n(ji,jj), hv_n(ji,jj-1))>100._wp ) THEN 
     1590            IF ( zshear(ji,jj) > 1.e-10 .AND. MIN(hu_n(ji,jj), hu_n(ji-1,jj), hv_n(ji,jj), hv_n(ji,jj-1))>100._wp ) THEN 
     1591              IF ( zri_p(ji,jj) < rn_ri_p_thresh ) THEN 
    15921592! Growing shear layer 
    15931593                j_ddh(ji,jj) = 0 
Note: See TracChangeset for help on using the changeset viewer.