-
Notifications
You must be signed in to change notification settings - Fork 47
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
DOECLIM variables & time series #586
Comments
Reorganizing how the variables are returned is an easy fix. As for migrating to the The C++ changes to the Hector time series class is probably over my head. At one point I think we even spoke about redoing it to use the system of differential equations instead of the analytical approximation but I don't really know. |
Let's shelve it for now. |
The getdata section was the big one, in that it had bad behavior. |
Could this be a v3.5 milestone? |
Yes! |
These guys:
really should use the Hector time series class.
On a very related note, the whole
TemperatureComponent::getData
structure is bizarre, with a big if/else block depending on whether a date is supplied or not. This should be restructured to be like simpleNbox.The text was updated successfully, but these errors were encountered: