-
Notifications
You must be signed in to change notification settings - Fork 8
[com1]: time dependent release option (hydrograph) for timestep 0 #1215
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
base: master
Are you sure you want to change the base?
Conversation
❌ 3 blocking issues (5 total)
@qltysh one-click actions:
|
c2af198 to
f5d064f
Compare
25f2d85 to
c2af198
Compare
hydrograph with only one timestep works checks if hydrograph values are correct small bug fixes fix bug, when no releaseScenario is assigned small mod
fix bugs
fix bugs
…ygon to REL folder
4d8a466 to
7e3553c
Compare
| assert np.isclose(particlesTest[key], particlesVelocity[key], atol=1e-3) | ||
|
|
||
|
|
||
| def test_updateInitialVelocity(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "If release is time dependent, a thickness needs to be provided for time step 0 s in %s" | ||
| % (timeDepRelCsv) | ||
| ) | ||
| log.error(message) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| massEntrained = infoDict["massEntrained"] | ||
| massInitialized = infoDict["massInitialized"] | ||
| massTotal = infoDict["massTotal"] | ||
| pfvTimeMax = infoDict["pfvTimeMax"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh oh!
There was an error while loading. Please reload this page.