You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the line of Geomtrophic and Ageostrophic Wind,
geo_wind_u, geo_wind_v = mpcalc.geostrophic_wind(height * units.m, f, dx, dy)
the error happened like
ValueError: This function changed in 1.0--double check that the function is being called properly. geostrophic_wind given arguments with incorrect units: dx requires "[length]" but given "1 / second", latitude requires "[dimensionless]" but given "meter"
On the line of Geomtrophic and Ageostrophic Wind,
geo_wind_u, geo_wind_v = mpcalc.geostrophic_wind(height * units.m, f, dx, dy)
the error happened like
ValueError: This function changed in 1.0--double check that the function is being called properly.
geostrophic_windgiven arguments with incorrect units:dxrequires "[length]" but given "1 / second",latituderequires "[dimensionless]" but given "meter"Could you tell me how to solve the problem?