AMBHAS
ambhas.gw.GW_1D Class Reference

List of all members.

Public Member Functions

def __init__
def set_parameters
def run_model
def ens

Public Attributes

 R
 Dnet
 F
 G
 r
 hmin
 sy
 lam
 h
 discharge
 F_ens
 G_ens
 r_ens
 hmin_ens
 L
 best_h
 best_ind

Detailed Description

This class perform the groundwater modelling

Definition at line 16 of file gw.py.


Constructor & Destructor Documentation

def ambhas.gw.GW_1D.__init__ (   self,
  R,
  Dnet = 0 
)
R: rainfall
Dnet: net groundwater draft

Definition at line 21 of file gw.py.


Member Function Documentation

def ambhas.gw.GW_1D.ens (   self,
  F_lim,
  G_lim,
  r_lim,
  hmin_lim,
  ens,
  hini,
  h_obs,
  t 
)
generate ensemble based on ensemble of parameters
Input:
    F: min and max of F
    G: min and max of G
    r: min and max of r
    hmin: min and max of hmin
    ens: no. of ensembles
    hini: initial gw level
    t: final time

Definition at line 69 of file gw.py.

def ambhas.gw.GW_1D.run_model (   self,
  hini,
  t 
)
hini: initial groundwater level
t: time

Definition at line 50 of file gw.py.

def ambhas.gw.GW_1D.set_parameters (   self,
  F,
  G,
  r,
  hmin = 0 
)
F: model parameter
G: model parameter
r: recharge factor
hmin: groundwater level at which base flow ceases

sy: specific yield
lam: decay constant

Definition at line 29 of file gw.py.


Member Data Documentation

Definition at line 79 of file gw.py.

Definition at line 79 of file gw.py.

Definition at line 53 of file gw.py.

Definition at line 24 of file gw.py.

Definition at line 37 of file gw.py.

Definition at line 79 of file gw.py.

Definition at line 37 of file gw.py.

Definition at line 79 of file gw.py.

Definition at line 53 of file gw.py.

Definition at line 37 of file gw.py.

Definition at line 79 of file gw.py.

Definition at line 79 of file gw.py.

Definition at line 37 of file gw.py.

Definition at line 24 of file gw.py.

Definition at line 37 of file gw.py.

Definition at line 79 of file gw.py.

Definition at line 37 of file gw.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables