Skip to content

Commit

Permalink
another oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Dec 26, 2023
1 parent 71e130c commit 61b94cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/surface_heating.jl
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ end

air_temperature = interface.air_temperature(x, y, t)

wind_speed = wind_stress.reference_wind_speed(x, y, t)
wind_direction = wind_stress.reference_wind_direction(x, y, t)
wind_speed = interface.wind_stress.reference_wind_speed(x, y, t)
wind_direction = interface.wind_stress.reference_wind_direction(x, y, t)

= - wind_speed * sind(wind_direction)
= - wind_speed * cosd(wind_direction)
Expand Down

0 comments on commit 61b94cf

Please sign in to comment.