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"
Could you tell me how to solve the problem?