-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Bug]: ValueError: x and y must have same first dimension
edge case in global time_series
#571
Comments
Hi @chengzhuzhang I'm on CEST time so I just now read that there's a time axis issue. It would be helpful if you pointed me to the location of the ELM raw input file(s) that have |
OK, I found the first ELM file in the PI control simulation. It has a negative
So this appears to be a corner case that is due to the model. There is no reason I can think of why a monthly mean file should be written with an initial time corresponding to 11:30 PM of the last day of the previous month. Is there something that you want |
I ran into the same issue when testing |
@czender @forsyth2 @chengzhuzhang , I'm a little bit puzzled by this error. In my case,
Since lnd ts files were generated and placed in |
The attribute names do not make a difference. My impression is that the plotting routine either does not like the -'ve value of the first timestep in ELM time_bounds variable, or it does not like the fact that it translates to 11:30 PM the evening before the first day of the month. Not sure which. |
What happened?
See #400 (comment) -- there appears to be an edge case where dimensions differ, causing
global_time_series
plots to not display.What machine were you running on?
Chrysalis
Environment
zppy dev environment, while working on #400
What command did you run?
Copy your cfg file
What jobs are failing?
No response
What stack trace are you encountering?
The text was updated successfully, but these errors were encountered: