Skip to content

Commit

Permalink
[PR]: Revert augmenting axis fall-back table for Z axis (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Mar 21, 2024
1 parent b86f0ce commit 5de4d7f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions xcdat/axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,7 @@
"X": ["longitude", "lon"],
"Y": ["latitude", "lat"],
"T": ["time"],
"Z": [
"vertical",
"height",
"pressure",
"lev",
"plev",
"depth",
"deptht",
"olevel",
"rho",
],
"Z": ["vertical", "height", "pressure", "lev", "plev"],
}


Expand Down

0 comments on commit 5de4d7f

Please sign in to comment.