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 13996 for NEMO – NEMO

Changeset 13996 for NEMO


Ignore:
Timestamp:
2020-12-02T14:46:55+01:00 (3 years ago)
Author:
acc
Message:

dev_r13787_SI3-10_EAP. Reset ismooth setting in src/ICE/icedyn_rdgrft.F90 to keep SETTE results unchanged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13787_SI3-10_EAP/src/ICE/icedyn_rdgrft.F90

    r13797 r13996  
    779779      !                              !--------------------------------------------------! 
    780780         strength(:,:) = rn_pstar * SUM( v_i(:,:,:), dim=3 ) * EXP( -rn_crhg * ( 1._wp - SUM( a_i(:,:,:), dim=3 ) ) ) 
    781 !         ismooth = 1    ! original code 
    782          ismooth = 0    ! try for EAP stability 
     781         ismooth = 1    ! original code 
     782!        ismooth = 0    ! try for EAP stability 
    783783         !                           !--------------------------------------------------! 
    784784      ELSE                           ! Zero strength                                    ! 
Note: See TracChangeset for help on using the changeset viewer.