-
Notifications
You must be signed in to change notification settings - Fork 19
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
cmf.SimpleTindexSnowMelt() does not scale to Cell.area #2
Comments
Should work with this version, @kbstn can you check and confirm the solution? |
thanks for the fast response, i checked and unfortunately the fix does not solve my issue. |
philippkraft
added a commit
that referenced
this issue
Dec 12, 2017
…te tolerances. Another take on #2.
Works now. Slight scale dependency for computation time is still there, but main issue is solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With increasing size of my cmf.project.cell.area my CVodeIntegrator rises Error.
I could trace it back to the cmf.SimpleTindexSnowMelt() function. Itr seems like its not scaling properly to the cell size.
The text was updated successfully, but these errors were encountered: