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 15661 for NEMO/branches/UKMO/NEMO_4.0.4_GO8_paquage_branch/src/ICE – NEMO

Ignore:
Timestamp:
2022-01-19T19:42:26+01:00 (2 years ago)
Author:
jpalmier
Message:

4th and 5th merge : GC couple and isnow comb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_GO8_paquage_branch/src/ICE/icethd_zdf_bl99.F90

    r14075 r15661  
    908908            cnd_ice_1d(ji) = 2._wp * ztcond_i(ji,0) / zhi_ssl ! cnd_ice is capped by: cond_i/zhi_ssl 
    909909         ENDIF 
    910          t1_ice_1d(ji) = isnow(ji) * t_s_1d(ji,1) + ( 1._wp - isnow(ji) ) * t_i_1d(ji,1) 
     910         t1_ice_1d(ji) = isnow_comb(ji) * t_s_1d(ji,1) + ( 1._wp - isnow_comb(ji) ) * t_i_1d(ji,1) 
    911911      END DO 
    912912      ! 
Note: See TracChangeset for help on using the changeset viewer.