!-> SET DAT/FORM=CDF 9071_ionPrf.nc
ferret: v1hpg.c:234: v1h_get_nc_type: Assertion `type == 1 || type == 2 || type == 3 || type == 4 || type == 5 || type == 6 || type == 7 || type == 8 || type == 9 || type == 10 || type == 11 || type == 12' failed.
Aborted (core dumped)
The "Assertion" error and "Aborted" indicate that this is an error internal to Ferret(*footnote*). Only the developers of Ferret can fix it.
I guess the best way to address this (Correct me if I'm wrong) is to submit an "issue" at
Having said that, the error you show seems to suggest that there is something wrong with your netCDF file. On the command line (terminal), what do you get from
ncdump -h 9071_ionPrf.nc
?
Ryo
---------------------
(*footnote*) The assertion is failing actually in the code of the netCDF library: