Changeset 8297 for branches/ORCHIDEE_2_2
- Timestamp:
- 2023-11-14T10:54:41+01:00 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/condveg.f90
r8273 r8297 1528 1528 ! roughness length 1529 1529 dragm(:) = dragm(:) + frac_nobio(:,jv) * (ct_karman/LOG(ztmp(:)/z0_nobio))**2 1530 dragh(:) = dragh(:) + frac_nobio(:,jv) * (ct_karman/LOG(ztmp(:)/ z0_nobio/ratio_z0m_z0h(1)))*(ct_karman/LOG(ztmp(:)/z0_nobio))1530 dragh(:) = dragh(:) + frac_nobio(:,jv) * (ct_karman/LOG(ztmp(:)/(z0_nobio/ratio_z0m_z0h(1))))*(ct_karman/LOG(ztmp(:)/z0_nobio)) 1531 1531 1532 1532 ENDDO ! Loop over # of non-vegative surfaces
Note: See TracChangeset
for help on using the changeset viewer.