SetLakeElevation (Lake ID, Method, Value)
The SetLakeElevation procedure runs CatchmentSIM's SetLakeElevation algorithm. More information can be found in the table below.
Parameter |
Description |
Accepted Values / Data Type |
Lake ID |
The lake ID to process. |
TRUE or FALSE |
Method |
What operation do you want to perform on the lake, burn (lower by certain elevation), specific (set to specific elevation), min_level (only change elevation if lower than specified), min or max . |
BURN, SPECIFIC, AVERAGE, MIN_LEVEL, MIN or MAX |
Value |
The elevation to use with the burn or specific methods. Set to 0 if using AVERAGE, MIN_LEVEL, MIN or MAX |
Decimal |
CreateLakeBottomProfile (Lake ID, Step Increment)
The CreateLakeBottomProfile procedure runs CatchmentSIM's CreateBottomProfile algorithm.
BreachLake (Lake ID)
The BreachLake procedure runs CatchmentSIM's BreachLake algorithm.
AddSubcatchmentAsLake (Sub ID)
The AddSubcatchmentAsLake procedure runs CatchmentSIM's AddSubcatchmentAsLake algorithm for the subcatchment with integer id (Sub ID).