Skip to content
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

Fix instability in RBM #37

Merged
merged 29 commits into from
May 7, 2018

Conversation

YifanCheng
Copy link
Collaborator

Numerical instability was found in river temperature and reservoir temperature simulation results in RBM. In this PR, the numerical instability problem is fixed. Main changes made are concluded as follows:

  • Add estimation of errors caused by numerical method (river temperature and reservoir temperature)
  • Set up minimum wind speed to be 1m/s
  • Apply dynamic timesteps in calculating reservoir temperature based on the numerical error estimation
  • Set the minimum depth to be 5 feet

rniemeyer07 and others added 29 commits July 19, 2017 13:32
add some output sentence to check the output
based on numerical error to adjust the timestep to calculate stream temperature
this bug is resulted from reservoir storage calculation.
2) estimate how long it will take to reach equilibrium
@YifanCheng
Copy link
Collaborator Author

This pull request was merged as this is a stable version of RBM-2L.

@YifanCheng YifanCheng merged commit 42baefd into UW-Hydro:RBM_res_develop May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants