We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b531a commit 2b987d8Copy full SHA for 2b987d8
pydda/initialization/wind_fields.py
@@ -599,11 +599,11 @@ def make_intialization_from_hrrr(Grid, file_path):
599
u_field = {}
600
u_field["data"] = u_new
601
u_field["standard_name"] = "u_wind"
602
- u_field["long_name"] = "meridional component of wind velocity"
+ u_field["long_name"] = "zonal component of wind velocity"
603
v_field = {}
604
v_field["data"] = v_new
605
v_field["standard_name"] = "v_wind"
606
- v_field["long_name"] = "zonal component of wind velocity"
+ v_field["long_name"] = "meridonial component of wind velocity"
607
w_field = {}
608
w_field["data"] = w_new
609
w_field["standard_name"] = "w_wind"
0 commit comments