Skip to content

Export and importing Tarso model #564

Answered by rubencalje
strijkerb asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @strijkerb,

It seems this problem happens when the TarsoModel was created using
sm = ps.TarsoModel(prec, evap, oseries=oseries)

There seems to be no problem when you create the TarsoModel using (which results in the same model-simulation):
sm = ps.TarsoModel(prec, evap, dmin=oseries.min(), dmax=oseries.max())

So until we solve this issue that would be a possible solution...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rubencalje
Comment options

Answer selected by martinvonk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants