Some functions in the hydro.py are missing a description, and this is shown in the source code section of the documentation.
For example
|
def Boussinesq (GW, DSWL, ds, GW_stat, K_gw, ne_gw, D_gw,shl_ix, bound,zb,process_seepage_face): |
|
''' |
|
Add description |
|
|
|
''' |
|
|
|
#Define seaward boundary gw=setup |
|
for i in range (len(GW[:,0])): |
Some functions in the
hydro.pyare missing a description, and this is shown in the source code section of the documentation.For example
aeolis-python/aeolis/hydro.py
Lines 417 to 424 in 0b4133e