MPAS-Dev / MPAS-Tools

MPAS Tools Repository
Other
36 stars 63 forks source link

fix to handle year 0000 in ParaView VTK Extractor #537

Open irenavankova opened 8 months ago

irenavankova commented 8 months ago

In ParaView VTK Extractor: fix to handle year 0000 as a special case, datetime() doesn't understand year 0000

xylar commented 8 months ago

@irenavankova, looking through the code for the paraview extractor, if you supply --xtime=none instead of --ignore_time, that will extract all the time levels but won't look at the xtime variable. That would be my suggestion for how to handle this case.