JCSDA-internal / eva

Evaluation and Verification of the Analysis
Apache License 2.0
5 stars 12 forks source link

Fix time precision warning on hera #199

Closed EdwardSafford-NOAA closed 2 months ago

EdwardSafford-NOAA commented 2 months ago

With the rocky8 update csv_space.py produced a warning message about the precision of datatime64 data. Using nanosecond precision formatting fixes this warning.

Testing has been done on both hera and wcoss2 (which didn't have any issue with the datetime64 format and is ok with nanosecond formatting).

Closes #190

EdwardSafford-NOAA commented 2 months ago

@CoryMartin-NOAA and this one too is good to go.