-
Notifications
You must be signed in to change notification settings - Fork 30
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
[8pt] Missing catchment reaches with crosswalk files #1212
Comments
I was able to replicate the issue on this branch. The error being thrown is obviously due to the absence of the crosswalked catchments dataset |
Yes, it's because |
Optional... If you want it logged somewhere, you can create a new fim_exit_codes and then add that code to process_branch so it knows how to log or drop it. If you even want to log it. Just putting it to screen will never get seen. At a min, just put a note in the code about it. |
How is the stream being routed uphill there?? |
That's part of the abnormality I'm looking into...it's an example of reverse flow which we hadn't seen in a while. You can see the burned in streamline exiting in the bottom of the image. |
It looks like the |
Ah, that makes sense. I don't think this is impactful or widespread enough to try and fix the routing, but we should definitely take care of the exit 1 status for this branch. @RobHanna-NOAA Was this the only one in the whole BED that had this problem? |
It sounds like there are lots (the original issue mentions > 500 branches). I'm not surprised this happens since if (when) the DEM reach midpoint isn't spatially aligned within 100 meters of the NWM stream (and we know that does happen) then the crosswalk will be empty and result in this error being triggered later in the pipeline. |
I'll add |
No. This bug, as well as the new card from this morning 1215 src optimization error for hydro ID, both showed up in a test UAT run done on UCS3 yesterday. It was based on the new 4.5.2.5 code. |
During a full BED of 4.5.2.5, over 500 branches triggered the following error:
./logs/unit/16040203_unit.log:8074:fiona._err.CPLE_OpenFailedError: /fim_temp/fim_4_5_2_5/16040203/branches/8954000027/gw_catchments_reaches_filtered_addedAttributes_crosswalked_8954000027.gpkg: No such file or directory
Log details:
This was detected even before running post processing on that output folder, but running the command line script grep scanning logs for errors. ie) grep -H -r -i -n "error" ./logs/ > ./all_errors_from_logs.log. That error file results are in the 4.5.2.5 output folder.
I will now run post-processing to see if other types of errors are discovered.
The text was updated successfully, but these errors were encountered: