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 13642 for NEMO/releases/r4.0/r4.0-HEAD/src/ICE/iceupdate.F90 – NEMO

Ignore:
Timestamp:
2020-10-20T00:58:34+02:00 (4 years ago)
Author:
clem
Message:

4.0-HEAD: use the transmitted solar for the ice budget. See #2545

File:
1 edited

Legend:

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

    r13589 r13642  
    138138               !                                        solar flux transmitted thru the 1st level of the ocean (i.e. not used by sea-ice) 
    139139               qsr(ji,jj) = ( 1._wp - at_i_b(ji,jj) ) * qsr_oce(ji,jj) * ( 1._wp - frq_m(ji,jj) ) & 
    140                   !                                   + solar flux transmitted thru ice (also not used by sea-ice) 
    141                   &             + SUM( a_i_b(ji,jj,:) * qtr_ice_bot(ji,jj,:) ) 
     140                  !                                   + solar flux transmitted thru ice and the 1st ocean level (also not used by sea-ice) 
     141                  &             + SUM( a_i_b(ji,jj,:) * qtr_ice_bot(ji,jj,:) ) * ( 1._wp - frq_m(ji,jj) ) 
    142142               ! 
    143143            ELSE                                                       !-- cooling or no ice left 
Note: See TracChangeset for help on using the changeset viewer.