cedadev / nappy

NASA Ames Processing in PYthon (NAPPy) - a Python library for reading, writing and converting NASA Ames files.
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

Test NC outputs seem to have time attributes instead of variable attributes - need fixing!!! #27

Closed agstephens closed 3 years ago

agstephens commented 3 years ago

Fixed, by adding decode_timedelta=False as an argument to xr.open_dataset().