Skip to content
Snippets Groups Projects

cdi 1.8.x zaxis tropopause backport

Merged Luis Kornblueh requested to merge cdi-1.8.x-zaxis-tropopause into cdi-1.8.x
11 files
+ 41
3
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
0
@@ -288,6 +288,7 @@ void set_gridtype(const char *attstring, int *gridtype)
void set_zaxistype(const char *attstring, int *zaxistype)
{
if ( strcmp(attstring, "toa") == 0 ) *zaxistype = ZAXIS_TOA;
else if ( strcmp(attstring, "tropopause") == 0 ) *zaxistype = ZAXIS_TROPOPAUSE;
else if ( strcmp(attstring, "cloudbase") == 0 ) *zaxistype = ZAXIS_CLOUD_BASE;
else if ( strcmp(attstring, "cloudtop") == 0 ) *zaxistype = ZAXIS_CLOUD_TOP;
else if ( strcmp(attstring, "isotherm0") == 0 ) *zaxistype = ZAXIS_ISOTHERM_ZERO;
Loading