Skip to content

Commit

Permalink
Updating water temperature constants
Browse files Browse the repository at this point in the history
  • Loading branch information
samharrison7 committed Dec 4, 2024
1 parent 500cb45 commit 0d3cb8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion data.example/test-scenario/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ water:
estuary_mean_depth_expB: 1.46e-5 # Exponential parameter B to model estuary mean depth: depth = A exp(B * distance to mouth)
estuary_width_expA: 12548 # Exponential parameter A to model estuary width: width = A exp(B * distance to mouth)
estuary_width_expB: 5.25e-5 # Exponential parameter B to model estuary width: width = A exp(B * distance to mouth)
water_temperature: 10.0 # Average water temperature
min_water_temperature: 4.0 # Average minimum yearly water temperature
max_water_temperature: 21.0 # Average maximum yearly water temperature
min_water_temperature_day_of_year: 32 # Day of the year on which the average minimum water temperature occurs
river_attachment_efficiency: 0.01 # Attachment efficiency for river
estuary_attachment_efficiency: 0.01 # Attachment efficiency for estuary
sediment:
Expand Down
4 changes: 3 additions & 1 deletion data.example/thames_tio2_2015/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ water:
estuary_mean_depth_expB: 1.46e-5 # Exponential parameter B to model estuary mean depth: depth = A exp(B * distance to mouth)
estuary_width_expA: 12548 # Exponential parameter A to model estuary width: width = A exp(B * distance to mouth)
estuary_width_expB: 5.25e-5 # Exponential parameter B to model estuary width: width = A exp(B * distance to mouth)
water_temperature: 10.0 # Average water temperature
min_water_temperature: 4.0 # Average minimum yearly water temperature
max_water_temperature: 21.0 # Average maximum yearly water temperature
min_water_temperature_day_of_year: 32 # Day of the year on which the average minimum water temperature occurs
river_attachment_efficiency: 0.01 # Attachment efficiency for river
estuary_attachment_efficiency: 0.01 # Attachment efficiency for estuary
sediment:
Expand Down

0 comments on commit 0d3cb8d

Please sign in to comment.