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

Changeset 13773


Ignore:
Timestamp:
2020-11-10T19:26:20+01:00 (3 years ago)
Author:
dancopsey
Message:

Use isnow_comb for merged snow and ice layer temperatures to pass through the coupler. This is so that temperatures are consistent with how zkappa_comb is merged between snow and ice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.3_isnow_comb_t1_ice/src/ICE/icethd_zdf_bl99.F90

    r13587 r13773  
    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.