Skip to content

Commit

Permalink
tcm typo fix (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuttles-usgs authored Feb 26, 2024
1 parent 5937ee6 commit ed21d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stglib/tcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def ds_add_attrs(ds):
ds["CD_310"].attrs.update(
{
"units": "degree",
"long_name": "Current Diirection (True)",
"long_name": "Current Direction (True)",
"epic_code": 310,
"standard_name": "sea_water_velocity_to_direction",
}
Expand Down

0 comments on commit ed21d72

Please sign in to comment.