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

examples/cdi_write_const.c: set output type to CDI_FILETYPE_NC

parent ff75f1fc
No related branches found
No related tags found
1 merge request!58M214003/develop
Pipeline #40695 failed
......@@ -49,7 +49,7 @@ main(void)
vlistDefTaxis(vlistID, taxisID);
// Create a dataset in netCDF format
streamID = streamOpenWrite("example_const.grb", CDI_FILETYPE_GRB2);
streamID = streamOpenWrite("example_const.grb", CDI_FILETYPE_NC);
if (streamID < 0)
{
fprintf(stderr, "%s\n", cdiStringError(streamID));
......
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