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 13495 for NEMO/trunk/src/ICE – NEMO

Changeset 13495 for NEMO/trunk/src/ICE


Ignore:
Timestamp:
2020-09-21T10:26:51+02:00 (4 years ago)
Author:
clem
Message:

trunk: avoid one unecessary calculation, almost cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icedyn_rdgrft.F90

    r13472 r13495  
    530530      DO jl1 = 1, jpl 
    531531 
    532          CALL tab_2d_1d( npti, nptidx(1:npti), s_i_1d(1:npti), s_i(:,:,jl1) ) 
     532         IF( nn_icesal /= 2 )  THEN       
     533            CALL tab_2d_1d( npti, nptidx(1:npti), s_i_1d(1:npti), s_i(:,:,jl1) ) 
     534         ENDIF 
    533535 
    534536         DO ji = 1, npti 
Note: See TracChangeset for help on using the changeset viewer.