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

Changeset 13494


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

4.0-HEAD: avoid one unecessary calculation, almost cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/ICE/icedyn_rdgrft.F90

    r13284 r13494  
    522522      DO jl1 = 1, jpl 
    523523 
    524          CALL tab_2d_1d( npti, nptidx(1:npti), s_i_1d(1:npti), s_i(:,:,jl1) ) 
     524         IF( nn_icesal /= 2 )  THEN       
     525            CALL tab_2d_1d( npti, nptidx(1:npti), s_i_1d(1:npti), s_i(:,:,jl1) ) 
     526         ENDIF 
    525527 
    526528         DO ji = 1, npti 
Note: See TracChangeset for help on using the changeset viewer.