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

Added support for zaxis type ZAXIS_TROPOPAUSE.

parent 8fc95452
No related branches found
No related tags found
1 merge request!7Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt()...
......@@ -706,6 +706,7 @@ void cdfDefineAttrLeveltype(int fileID, int ncvarID, int zaxisID, int zaxistype)
if ( zaxistype == ZAXIS_CLOUD_BASE ||
zaxistype == ZAXIS_CLOUD_TOP ||
zaxistype == ZAXIS_ISOTHERM_ZERO ||
zaxistype == ZAXIS_TROPOPAUSE ||
zaxistype == ZAXIS_TOA ||
zaxistype == ZAXIS_SEA_BOTTOM ||
zaxistype == ZAXIS_LAKE_BOTTOM ||
......
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