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

Changeset 14470


Ignore:
Timestamp:
2021-02-16T15:35:53+01:00 (3 years ago)
Author:
clem
Message:

trunk: trivial but very important bug fix in sea ice as described in ticket #2626

File:
1 edited

Legend:

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

    r14433 r14470  
    144144         ! 
    145145         ! the non-solar is simply derived from the solar flux 
    146          qns(ji,jj) = qt_oce_ai(ji,jj) - zqsr 
     146         qns(ji,jj) = qt_oce_ai(ji,jj) - qsr(ji,jj) 
    147147 
    148148         ! Mass flux at the atm. surface 
Note: See TracChangeset for help on using the changeset viewer.