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

examples/cdi_write_refvgrid.c: Set ZAXIS_HEIGHT to ZAXIS_REFERENCE.

parent 7239c6a2
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ int main(void)
zaxisID1 = zaxisCreate(ZAXIS_SURFACE, 1);
// Create a general vertical height Z-axis
// zaxisID2 = zaxisCreate(ZAXIS_HEIGHT, nlev);
zaxisID2 = zaxisCreate(ZAXIS_REFERENCE, nlev);
zaxisDefLevels(zaxisID2, levs);
zaxisDefNlevRef(zaxisID2, nlev);
......
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