id summary reporter owner description type status priority milestone component version severity resolution keywords cc 1637 Mismatching units in new contributions to qns in sbcblk_core.F90 royf3 nemo "In sbcblk_core.F90 I think there are errors in these new contributions to qns (units are not giving W/m2). Also, should temperatures in Kelvin be used when multiplying by cpic? The other question I have is for CICE interface users, maybe some of these contributions are already dealt with in sbcice_cice.F90. qns(:,:) = ... & + ( sf(jp_prec)%fnow(:,:,1) - sf(jp_snow)%fnow(:,:,1) ) * rn_pfac & ! add liquid precip heat content at Tair & * ( sf(jp_tair)%fnow(:,:,1) - rt0 ) * rcp & & + sf(jp_snow)%fnow(:,:,1) * rn_pfac & ! add solid precip heat content at min(Tair,Tsnow) & * ( MIN( sf(jp_tair)%fnow(:,:,1), rt0_snow ) - rt0 ) * cpic * tmask(:,:,1) Thanks! François. " Bug closed low OCE v3.6 invalid