Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/noaa-oar-arl/canopy-app
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
drnimbusrain committed May 18, 2023
2 parents 8228333 + 1669447 commit 80c84d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/canopy_wind_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ SUBROUTINE CANOPY_WIND_MOST( HCM, ZK, FAFRACK, UBZREF, Z0GHC, &
call exit(1)
end if

! if (RSL_OPT .eq. 0) then !Massman approach with MOST + LAMBDARS tuned RSL factor/effects

if (HREF > z0m) then ! input wind speed reference height is > roughness length
uc = UBZREF*log(LAMBDARS*(HCM-zpd+z0m)/z0m)/log(HREF/z0m) !MOST From NoahMP (M. Barlarge) with user RSL influence term (LAMBDARS)
Expand Down

0 comments on commit 80c84d7

Please sign in to comment.