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 13481 for NEMO/releases/r4.0/r4.0-HEAD/src/OCE/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2020-09-16T19:14:51+02:00 (4 years ago)
Author:
clem
Message:

r4.0-HEAD: backward compatibility following commit r13477 from the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/OCE/SBC/sbcmod.F90

    r13284 r13481  
    130130#endif 
    131131      ! 
     132#if ! defined key_si3 
     133      IF( nn_ice == 2 )    nn_ice = 0  ! without key key_si3 you cannot use si3... 
     134#endif 
     135      ! 
    132136      IF(lwp) THEN                  !* Control print 
    133137         WRITE(numout,*) '   Namelist namsbc (partly overwritten with CPP key setting)' 
Note: See TracChangeset for help on using the changeset viewer.