Skip to content

Commit

Permalink
Update xwrf/grid.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Pilz <mail@lukaspilz.de>
  • Loading branch information
jthielen and lpilz authored Nov 23, 2021
1 parent 8b3bcbd commit 974ffdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xwrf/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def add_horizontal_projection_coordinates(dataset):
)
dataset['west_east'] = (
'west_east',
south_north,
west_east,
{'units': 'm', 'standard_name': 'projection_x_coordinate', 'axis': 'X'},
)

Expand Down

0 comments on commit 974ffdc

Please sign in to comment.