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: