Closed eastjames closed 3 years ago
This is a broader problem solved in #123. There are several work arounds until the next version is released.
newfile = pnc.cmaqfiles.ioapi.from_ncf(file)
newfile.SDATE = 1970001
newfile.eval(…)
Does that work for you?
Yes, that solves it. Thank you.
When using eval() on a file opened with
format='ioapi'
which has the attributeSDATE=-635
, I receive an error:Example commands:
Error:
This error does not occur if I open the file with
format='netcdf'
I can provide the file used to create this error if needed.