Changeset 8480
- Timestamp:
- 2017-09-01T12:02:11+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/LIM_SRC_3/limthd.F90
r7510 r8480 206 206 IF( .NOT. ln_limdO ) qlead(:,:) = 0._wp 207 207 ! In case we bypass growing/melting from top and bottom: we suppose ice is impermeable => ocean is isolated from atmosphere 208 IF( .NOT. ln_limdH ) hfx_in(:,:) = pfrld(:,:) * ( qns_oce(:,:) + qsr_oce(:,:) ) + qemp_oce(:,:) 209 IF( .NOT. ln_limdH ) fhtur (:,:) = 0._wp ; fhld (:,:) = 0._wp 208 IF( .NOT. ln_limdH ) THEN 209 hfx_in(:,:) = pfrld(:,:) * ( qns_oce(:,:) + qsr_oce(:,:) ) + qemp_oce(:,:) 210 fhtur (:,:) = 0._wp 211 fhld (:,:) = 0._wp 212 ENDIF 210 213 211 214 ! ---------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.