-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error if no reference time specified/found #55
Comments
The ideal place to add a check for reference time, and exit if it doesn't exist, would be immediately prior to
(line 1254) in |
You are a hero Cameron. I will keep you posted (submitting some proposals next week but will try to give this a go). |
Glad you got it working, @sjboeing . If PR #42 is working ok, it can be merged, but will need some care, to incorporate changes made to Main since. |
Currently, if no reference time is specified at command line, and if
config.yml
specifies that CFizer should look for it in an input file but cannot find one, the program exits with the following error (when running on a single process):process_serial (cfize+save): 'NoneType' object has no attribute 'calendar'
The program should instead fail before starting processing, in the absence of a reference date.
The text was updated successfully, but these errors were encountered: