Skip to content

Commit

Permalink
v4.4.8.2 Hotfix for a switched global manning file (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonPruitt-NOAA authored Dec 13, 2023
1 parent 79f8a82 commit 5cca27c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
All notable changes to this project will be documented in this file.
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.

## v4.4.8.2 - 2023-12-12 - [PR#1052](https://github.com/NOAA-OWP/inundation-mapping/pull/1052)

The alpha test for v4.4.8.1 came back with a large degradation in skill and we noticed that the global manning's roughness file was changed in v4.4.7.1 - likely in error.

### Changes

- `src`/`bash_variables.env`: changed the global roughness file to `${inputsDir}/rating_curve/variable_roughness/mannings_global_06_12.csv`

<br/><br/>

## v4.4.8.1 - 2023-12-08 - [PR#1047](https://github.com/NOAA-OWP/inundation-mapping/pull/1047)

Upgrades JDK to v.17.0.9 in Docker image to address security vulnerabilities.
Expand Down
2 changes: 1 addition & 1 deletion src/bash_variables.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export bathymetry_file=${inputsDir}/bathymetry/bathymetry_adju
export bankfull_flows_file=${inputsDir}/rating_curve/bankfull_flows/nwm_high_water_threshold_cms.csv

# input file location with nwm feature_id and channel roughness and overbank roughness attributes
export vmann_input_file=${inputsDir}/rating_curve/variable_roughness/mannings_global_025_05.csv
export vmann_input_file=${inputsDir}/rating_curve/variable_roughness/mannings_global_06_12.csv

# input file location with nwm feature_id and recurrence flow values
export nwm_recur_file=${inputsDir}/rating_curve/nwm_recur_flows/nwm21_17C_recurrence_flows_cfs.csv
Expand Down

0 comments on commit 5cca27c

Please sign in to comment.