-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1208 from blue-marble/develop
GridPath v2025.2.0
- Loading branch information
Showing
46 changed files
with
538 additions
and
333 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
db/csvs_test_examples/water/reservoirs/1_base_reservoirs_endogenous_elev.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
water_node,target_volume_scenario_id,target_release_scenario_id,minimum_volume_volumeunit,maximum_volume_volumeunit,max_spill,evaporation_coefficient,elevation_type,exogenous_elevation_id,volume_to_elevation_curve_id | ||
Water_Node_1,1,,22500,25000,0.1,0,endogenous,,1 | ||
Water_Node_2,1,,1250,1750,0.1,0,endogenous,,1 | ||
Water_Node_3,1,,50,75,0.1,0,endogenous,,1 | ||
water_node,target_volume_scenario_id,target_release_scenario_id,minimum_volume_volumeunit,maximum_volume_volumeunit,max_spill,evaporation_coefficient,elevation_type,constant_elevation,exogenous_elevation_id,volume_to_elevation_curve_id | ||
Water_Node_1,1,,22500,25000,0.1,0,endogenous,,,1 | ||
Water_Node_2,1,,1250,1750,0.1,0,endogenous,,,1 | ||
Water_Node_3,1,,50,75,0.1,0,endogenous,,,1 |
8 changes: 4 additions & 4 deletions
8
db/csvs_test_examples/water/reservoirs/2_base_reservoirs_exogenous_elev.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
water_node,target_volume_scenario_id,target_release_scenario_id,minimum_volume_volumeunit,maximum_volume_volumeunit,max_spill,evaporation_coefficient,elevation_type,exogenous_elevation_id,volume_to_elevation_curve_id | ||
Water_Node_1,1,,22500,25000,0.1,0,exogenous,1, | ||
Water_Node_2,1,,1250,1750,0.1,0,exogenous,1, | ||
Water_Node_3,1,,50,75,0.1,0,exogenous,1, | ||
water_node,target_volume_scenario_id,target_release_scenario_id,minimum_volume_volumeunit,maximum_volume_volumeunit,max_spill,evaporation_coefficient,elevation_type,constant_elevation,exogenous_elevation_id,volume_to_elevation_curve_id | ||
Water_Node_1,1,,22500,25000,0.1,0,exogenous,,1, | ||
Water_Node_2,1,,1250,1750,0.1,0,exogenous,,1, | ||
Water_Node_3,1,,50,75,0.1,0,constant,265,, |
25 changes: 0 additions & 25 deletions
25
db/csvs_test_examples/water/reservoirs/exogenous_elevation/Water_Node_3-1-base.csv
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
examples/hydro_system_exog_elev/hydro_iteration_1/inputs/reservoir_constant_elevations.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
reservoir constant_elevation | ||
Water_Node_3 265.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/hydro_system_exog_elev/hydro_iteration_1/inputs/water_node_reservoirs.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
water_node minimum_volume_volumeunit maximum_volume_volumeunit max_spill evaporation_coefficient elevation_type | ||
Water_Node_1 22500.0 25000.0 0.1 0.0 exogenous | ||
Water_Node_2 1250.0 1750.0 0.1 0.0 exogenous | ||
Water_Node_3 50.0 75.0 0.1 0.0 exogenous | ||
Water_Node_3 50.0 75.0 0.1 0.0 constant |
2 changes: 2 additions & 0 deletions
2
...system_exog_elev_w_travel_time/hydro_iteration_1/inputs/reservoir_constant_elevations.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
reservoir constant_elevation | ||
Water_Node_3 265.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/hydro_system_exog_elev_w_travel_time/hydro_iteration_1/inputs/water_node_reservoirs.tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
water_node minimum_volume_volumeunit maximum_volume_volumeunit max_spill evaporation_coefficient elevation_type | ||
Water_Node_1 22500.0 25000.0 0.1 0.0 exogenous | ||
Water_Node_2 1250.0 1750.0 0.1 0.0 exogenous | ||
Water_Node_3 50.0 75.0 0.1 0.0 exogenous | ||
Water_Node_3 50.0 75.0 0.1 0.0 constant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.