Conversation
| Secondary, modifier shape parameter for the Xinanjiang runoff generation model configuration | ||
| temp_delta_jan_mean : float | ||
| The average temp change for the month of January | ||
| Temp min-max normals for the month of January |
There was a problem hiding this comment.
The descriptions for the ueb temperatures should say that it is the difference between the normal high temp and the normal low temp.
|
I don't think you've added the lakes table or any of the new attributes in the existing tables. Please read off the layers attributes in the NHF 1.1.3 gpkg and compare to the schema displayed by the dashboard |
dylanlee
left a comment
There was a problem hiding this comment.
Please get the diagram to reflect the tables and attributes in 1.1.3
See my comment about adding the waterbodies table. You might consider having a way to optionally load either or both of the waterbodies/lakes table in preparation for the merge of these two layers in May
| subset_wb = f["wb"].result() | ||
| subset_gages = f["gages"].result() | ||
| subset_ref_fp = f["ref_fp"].result() | ||
| subset_lakes = f["lakes"].result() |
There was a problem hiding this comment.
We have a waterbodies table as well for in 1.1.3. Waterbodies and lakes are going to be merged in the next 4-6 weeks but for now there are twe tables
Updated NHF Schema to reflect v1.1.3
Additions
Changes