Skip to content
Snippets Groups Projects
Commit d4c7950b authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Add other NetCDF variants in PIO code.

* These modes do not all work immediately but will later on.
parent cde154b0
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -1073,6 +1073,8 @@ cdiPioServerStreamOpen(const char *filename, char filemode, int filetype, stream
switch (filetype)
{
#if defined HAVE_LIBNETCDF && !defined HAVE_PARALLEL_NC4
case CDI_FILETYPE_NC:
case CDI_FILETYPE_NC2:
case CDI_FILETYPE_NC4:
case CDI_FILETYPE_NC4C:
{
......
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