Go to the source code of this file.
Classes | |
class | ambhas.gw.GW_1D |
class | ambhas.gw.GW_2D_yz |
class | ambhas.gw.GW_2D_xy |
Namespaces | |
namespace | ambhas::gw |
Variables | |
tuple | ambhas::gw.dataset = gdal.Open('/home/tomer/south_gundal/geospatial_data/watershed_500.tif',GA_ReadOnly) |
horizontal 2d grounwater model ############## read the watershed in tiff format | |
tuple | ambhas::gw.watershed = dataset.GetRasterBand(1) |
tuple | ambhas::gw.GT = dataset.GetGeoTransform() |
string | ambhas::gw.fname = '/home/tomer/south_gundal/gw_level.xls' |
tuple | ambhas::gw.xls_file = xlsread(fname) |
tuple | ambhas::gw.sample_id = sample(xrange(23908), 500) |
tuple | ambhas::gw.gw_x = xls_file.get_cells('A1:A23908', 'dec2009') |
tuple | ambhas::gw.gw_y = xls_file.get_cells('B1:B23908', 'dec2009') |
tuple | ambhas::gw.gw_ini = xls_file.get_cells('E1:E23908', 'dec2009') |
tuple | ambhas::gw.rbfi = Rbf(gw_x, gw_y, gw_ini, function='linear') |
tuple | ambhas::gw.xi |
tuple | ambhas::gw.yi |
tuple | ambhas::gw.hini = rbfi(XI, YI) |
int | ambhas::gw.dt = 1 |
int | ambhas::gw.D = 20 |
int | ambhas::gw.dx = 500 |
int | ambhas::gw.hmin = 500 |
float | ambhas::gw.F = 0.999 |
list | ambhas::gw.outlet = [[5],[43,44,45,46]] |
tuple | ambhas::gw.foo = GW_2D_xy(watershed, hini, D, dt, dx, hmin, F, outlet) |
hill slope groundwater modelling ###################### | |
tuple | ambhas::gw.R = np.random.rand(100) |
lumped (1D) model ##################3 forcing | |
int | ambhas::gw.G = 10 |
float | ambhas::gw.r = 0.1 |
int | ambhas::gw.h_ini = 10 |
tuple | ambhas::gw.h_obs = np.random.rand(101) |
list | ambhas::gw.lam = [0.00008, 0.00009, 0.0001, 0.0002] |
list | ambhas::gw.sy = [0.001, 0.001, 0.001, 0.001] |
list | ambhas::gw.lam_lim = [[0.2, 0.3, 0.4, 0.5], [0.3, 0.4, 0.5, 0.6]] |
list | ambhas::gw.sy_lim = [[0.2, 0.3, 0.4, 0.5], [0.3, 0.4, 0.5, 0.6]] |
list | ambhas::gw.r_lim = [0.2,0.3] |
list | ambhas::gw.hmin_lim = [2,5] |
int | ambhas::gw.ens = 10 |
int | ambhas::gw.t = 10 |