NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [netcdfgroup] Bad file ??

I think the issue is that the _FillValue of "NaN" is probably a float64
while the variable's dtype is float32, which is probably what it means by a
type mismatch. When I have a NaN FillValue for a float32 variable, it
prints "NaNf"

```
float sum_tp_mm(time, latitude, longitude) ;
   sum_tp_mm:_FillValue = NaNf ;
```
  • 2024 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: