Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use USTAR read from GEOS instead of calculating from U10M and V10M #279

Open
wants to merge 3 commits into
base: dev/3.10.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Extensions/hcox_dustdead_mod.F
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,11 @@ SUBROUTINE DST_MBL( HcoState, ExtState, Inst,
RETURN
ENDIF

DO I = 1, HcoState%NX
! Use Ustar read from GEOS
WND_FRC(I) = WND_FRC_GEOS(I)
ENDDO

!=================================================================
! Factor by which surface roughness increases threshold friction
! velocity. The sink of atrmospheric momentum into non-erodible
Expand Down