I'm using NCO in a windows 7 command prompt to change Netcdf files with NaN to normal "missing values". I tried the approach from this question and followed this procedure :
ncatted -a _FillValue,,o,f,NaN metoffice_foam1_amm7_NWS_TBED_dm19850101.nc
ncatted -a _FillValue,,m,f,1.0e36 metoffice_foam1_amm7_NWS_TBED_dm19850101.nc
But when I try to open the output file (metoffice_foam1_amm7_NWS_TBED_dm19850101.nc) in Panoply, it gives this error: "(...) Axis includes NaN value(s)"
Please, What's wrong?
Thanks in advance
Tiago