help='If specified, mask for triangles which are swapped at periodic boundaries is calculated from clon and clat (and not only from clon). Relevant for torus setup.')
...
...
@@ -240,9 +243,20 @@ elif 'lev_2' in data.dims:
depth_name='lev_2'
elif'plev'indata.dims:
depth_name='plev'
elif'height'indata.dims:
depth_name='height'
elif'height_2'indata.dims:
depth_name='height_2'
else:
depth_name='none'
# --- re-chunk data to allow for plotting from big files