We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempted an inundation nation test against our dev box /data/previous_fim/fim_4_4_5_0 but if failed with a pathing issue
root@0dfa73b60579:/# python3 /foss_fim/tools/inundate_nation.py -r /outputs/fim_4_4_5_0/ -m hw -f /data/inundation_review/inundation_nwm_recurr/nwm_recurr_flow_data/nwm_high_water_threshold_cms.csv -s -j 80 Preparing to generate inundation outputs for magnitude: hw Input flow file: /data/inundation_review/inundation_nwm_recurr/nwm_recurr_flow_data/nwm_high_water_threshold_cms.csv Traceback (most recent call last): File "/foss_fim/tools/inundate_nation.py", line 298, in inundate_nation(**args) File "/foss_fim/tools/inundate_nation.py", line 81, in inundate_nation assert os.path.isdir( AssertionError: ERROR: could not find the input fim_dir location: /outputs/fim_4_4_5_0//a
The text was updated successfully, but these errors were encountered:
Hey Rob - can you try using my dev-fix-inundate-nation feature branch? https://github.com/NOAA-OWP/inundation-mapping/tree/dev-fix-inundate-nation
dev-fix-inundate-nation feature branch
Sorry, something went wrong.
Yup. I added the fix from this card to your feature branch and it seems good now.
Testing a full BED (4.4.5.0) on it now.
RyanSpies-NOAA
Successfully merging a pull request may close this issue.
Attempted an inundation nation test against our dev box /data/previous_fim/fim_4_4_5_0 but if failed with a pathing issue
root@0dfa73b60579:/# python3 /foss_fim/tools/inundate_nation.py -r /outputs/fim_4_4_5_0/ -m hw -f /data/inundation_review/inundation_nwm_recurr/nwm_recurr_flow_data/nwm_high_water_threshold_cms.csv -s -j 80
Preparing to generate inundation outputs for magnitude: hw
Input flow file: /data/inundation_review/inundation_nwm_recurr/nwm_recurr_flow_data/nwm_high_water_threshold_cms.csv
Traceback (most recent call last):
File "/foss_fim/tools/inundate_nation.py", line 298, in
inundate_nation(**args)
File "/foss_fim/tools/inundate_nation.py", line 81, in inundate_nation
assert os.path.isdir(
AssertionError: ERROR: could not find the input fim_dir location: /outputs/fim_4_4_5_0//a
The text was updated successfully, but these errors were encountered: