-
Notifications
You must be signed in to change notification settings - Fork 105
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
Error when using restart files #253
Comments
The issue appears to be that the |
Problems:
Solutions
@arbennett: Please comment whether this makes sense |
I'm not sure on the third point in your problems section, but the first two are definitely problems. It's possible that when using |
Yeah - the third one is definitely a problem as well. We should keep GRUs and HRUs cleanly separated and not use the former as an index for the latter. It'll be hopelessly confusing (as demonstrated by the discussion). |
Note - when performing restart tests for model setups with single HRUs:
|
Good to get these issues addressed. I've been using restart files successfully, but working around the lack of functionality from not having comprehensive ID info in the state files (ie one can either run whole domain or single GRU runs). Fortunately there's a lot of existing code in SUMMA to borrow to do this (eg mapping/lookup). |
as of PR #430 'gru' and also 'tdh' are new dimensions in the state file. these allow for writing basin hillslope runoff variables. |
The need for the hruId index has been discussed in several issues. Notably CH-Earth#253 Also CH-Earth#419, CH-Earth#401 This PR adds writing of hruId to the restart file without modification to other code and while using the existing hruInfo structure.
When trying to run SUMMA using the initial conditions as a restart file from a previous run I get an error:
I believe (but have not yet confirmed) that this is due to using the GRU Parallelization mode (ie with the
-g 06305 16
option).The text was updated successfully, but these errors were encountered: