Skip to content
Snippets Groups Projects
Commit 740a87ca authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

removed default positive attribute for pressure levels

parent 3e489486
No related branches found
No related tags found
No related merge requests found
Pipeline #22312 passed
2022-09-23 Uwe Schulzweida
* removed default positive attribute for pressure levels
2022-08-12 Uwe Schulzweida
* added CDI_KEY_CHUNKTYPE and CDI_KEY_CHUNKSIZE
......
......@@ -31,7 +31,7 @@ ZaxistypeEntry[] = {
{ /* 1 */ 0, "lev", "generic", "", ""},
{ /* 2 */ 2, "lev", "hybrid", "", "level"},
{ /* 3 */ 2, "lev", "hybrid_half", "", "level"},
{ /* 4 */ 2, "plev", "pressure", "air_pressure", "Pa"},
{ /* 4 */ 0, "plev", "pressure", "air_pressure", "Pa"},
{ /* 5 */ 1, "height", "height", "height", "m"},
{ /* 6 */ 2, "depth", "depth_below_sea", "depth", "m"},
{ /* 7 */ 2, "depth", "depth_below_land", "", "cm"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment