Groundwater Modelling Advice: Difference between revisions

Content deleted Content added
Line 20:
 
=== Python ===
The following python code can be used to generate depth vs discharge curve, which can then be input into a model with groundwater linking to 1D.
<span style="color:#3776ab">'''import'''</span><span style="color:black"> math </span>
<span style="color:#3776ab">'''import'''</span><span style="color:black"> numpy<span style="color:#3776ab"> '''as'''</span> np</span><br>