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 10643 for NEMO/branches – NEMO

Changeset 10643 for NEMO/branches


Ignore:
Timestamp:
2019-02-07T10:25:23+01:00 (5 years ago)
Author:
jchanut
Message:

Additional fix to Griffies triads, #1928

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10057_ENHANCE03_ZTILDE/src/OCE/LDF/ldfslp.F90

    r10126 r10643  
    458458                     zdks = 0._wp 
    459459                  ENDIF 
    460                   zdzrho_raw = ( - rab_b(ji,jj,jk+kp,jp_tem) * zdkt &  
    461                              &   + rab_b(ji,jj,jk+kp,jp_sal) * zdks & 
     460                  zdzrho_raw = ( - rab_b(ji,jj,jk,jp_tem) * zdkt &  
     461                             &   + rab_b(ji,jj,jk,jp_sal) * zdks & 
    462462                             & ) / e3w_n(ji,jj,jk+kp)   
    463463                  zdzrho(ji,jj,jk,kp) = - MIN( - repsln , zdzrho_raw )    ! force zdzrho >= repsln 
Note: See TracChangeset for help on using the changeset viewer.