- To: Chris Barker <chris.barker@xxxxxxxx>
- Subject: Re: [netcdfgroup] Bad file ??
- From: Benjamin Root <ben.v.root@xxxxxxxxx>
- Date: Wed, 2 Oct 2024 15:53:08 -0400
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 ; ```
- Follow-Ups:
- Re: [netcdfgroup] Bad file ??
- From: Chris Barker
- Re: [netcdfgroup] Bad file ??
- References:
- [netcdfgroup] Bad file ??
- From: Chris Barker
- Re: [netcdfgroup] Bad file ??
- From: Roy Mendelssohn - NOAA Federal
- Re: [netcdfgroup] Bad file ??
- From: Chris Barker
- [netcdfgroup] Bad file ??