Skip to content

Commit de214be

Browse files
authored
Merge pull request #9 from natgeo-wong/main
Debugging fixed wind speed flux specification
2 parents f211b01 + 4e43358 commit de214be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surface.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ subroutine surface()
4444
q_s = salt_factor*qsatw(sstxy(i,j)+t00,presi(1))
4545

4646
if (dobulksfcflx) then
47-
call oceflx(rho(1), u_h, v_h, ta_h, q_h, t_h, z(1)-zi(1), t_s, q_s, &
47+
call oceflx(rho(1), bulksfcflx_u, 0, ta_h, q_h, t_h, z(1)-zi(1), t_s, q_s, &
4848
fluxt0, fluxq0, taux0, tauy0)
4949
else
50-
call oceflx(rho(1), bulksfcflx_u, 0, ta_h, q_h, t_h, z(1)-zi(1), t_s, q_s, &
50+
call oceflx(rho(1), u_h, v_h, ta_h, q_h, t_h, z(1)-zi(1), t_s, q_s, &
5151
fluxt0, fluxq0, taux0, tauy0)
5252
endif
5353

0 commit comments

Comments
 (0)