AMBHAS
ambhas::gw Namespace Reference

Classes

class  GW_1D
class  GW_2D_yz
class  GW_2D_xy

Variables

tuple 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 watershed = dataset.GetRasterBand(1)
tuple GT = dataset.GetGeoTransform()
string fname = '/home/tomer/south_gundal/gw_level.xls'
tuple xls_file = xlsread(fname)
tuple sample_id = sample(xrange(23908), 500)
tuple gw_x = xls_file.get_cells('A1:A23908', 'dec2009')
tuple gw_y = xls_file.get_cells('B1:B23908', 'dec2009')
tuple gw_ini = xls_file.get_cells('E1:E23908', 'dec2009')
tuple rbfi = Rbf(gw_x, gw_y, gw_ini, function='linear')
tuple xi
tuple yi
tuple hini = rbfi(XI, YI)
int dt = 1
int D = 20
int dx = 500
int hmin = 500
float F = 0.999
list outlet = [[5],[43,44,45,46]]
tuple foo = GW_2D_xy(watershed, hini, D, dt, dx, hmin, F, outlet)
 hill slope groundwater modelling ######################
tuple R = np.random.rand(100)
 lumped (1D) model ##################3 forcing
int G = 10
float r = 0.1
int h_ini = 10
tuple h_obs = np.random.rand(101)
list lam = [0.00008, 0.00009, 0.0001, 0.0002]
list sy = [0.001, 0.001, 0.001, 0.001]
list lam_lim = [[0.2, 0.3, 0.4, 0.5], [0.3, 0.4, 0.5, 0.6]]
list sy_lim = [[0.2, 0.3, 0.4, 0.5], [0.3, 0.4, 0.5, 0.6]]
list r_lim = [0.2,0.3]
list hmin_lim = [2,5]
int ens = 10
int t = 10

Variable Documentation

int ambhas::gw::D = 20

Definition at line 309 of file gw.py.

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

Definition at line 286 of file gw.py.

int ambhas::gw::dt = 1

Definition at line 308 of file gw.py.

int ambhas::gw::dx = 500

Definition at line 310 of file gw.py.

int ambhas::gw::ens = 10

Definition at line 360 of file gw.py.

float ambhas::gw::F = 0.999

Definition at line 312 of file gw.py.

string ambhas::gw::fname = '/home/tomer/south_gundal/gw_level.xls'

Definition at line 291 of file gw.py.

hill slope groundwater modelling ######################

Definition at line 314 of file gw.py.

int ambhas::gw::G = 10

Definition at line 329 of file gw.py.

tuple ambhas::gw::GT = dataset.GetGeoTransform()

Definition at line 289 of file gw.py.

tuple ambhas::gw::gw_ini = xls_file.get_cells('E1:E23908', 'dec2009')

Definition at line 296 of file gw.py.

tuple ambhas::gw::gw_x = xls_file.get_cells('A1:A23908', 'dec2009')

Definition at line 294 of file gw.py.

tuple ambhas::gw::gw_y = xls_file.get_cells('B1:B23908', 'dec2009')

Definition at line 295 of file gw.py.

Definition at line 334 of file gw.py.

tuple ambhas::gw::h_obs = np.random.rand(101)

Definition at line 343 of file gw.py.

list ambhas::gw::hini = rbfi(XI, YI)

Definition at line 305 of file gw.py.

int ambhas::gw::hmin = 500

Definition at line 311 of file gw.py.

list ambhas::gw::hmin_lim = [2,5]

Definition at line 359 of file gw.py.

list ambhas::gw::lam = [0.00008, 0.00009, 0.0001, 0.0002]

Definition at line 349 of file gw.py.

list ambhas::gw::lam_lim = [[0.2, 0.3, 0.4, 0.5], [0.3, 0.4, 0.5, 0.6]]

Definition at line 356 of file gw.py.

list ambhas::gw::outlet = [[5],[43,44,45,46]]

Definition at line 313 of file gw.py.

tuple ambhas::gw::R = np.random.rand(100)

lumped (1D) model ##################3 forcing

Definition at line 324 of file gw.py.

float ambhas::gw::r = 0.1

Definition at line 330 of file gw.py.

list ambhas::gw::r_lim = [0.2,0.3]

Definition at line 358 of file gw.py.

tuple ambhas::gw::rbfi = Rbf(gw_x, gw_y, gw_ini, function='linear')

Definition at line 299 of file gw.py.

tuple ambhas::gw::sample_id = sample(xrange(23908), 500)

Definition at line 293 of file gw.py.

list ambhas::gw::sy = [0.001, 0.001, 0.001, 0.001]

Definition at line 350 of file gw.py.

list ambhas::gw::sy_lim = [[0.2, 0.3, 0.4, 0.5], [0.3, 0.4, 0.5, 0.6]]

Definition at line 357 of file gw.py.

int ambhas::gw::t = 10

Definition at line 361 of file gw.py.

tuple ambhas::gw::watershed = dataset.GetRasterBand(1)

Definition at line 287 of file gw.py.

Initial value:
00001 np.linspace(GT[0]+GT[1]/2, GT[0]+GT[1]*(dataset.RasterXSize-0.5), 
00002                         dataset.RasterXSize)

Definition at line 300 of file gw.py.

Definition at line 292 of file gw.py.

Initial value:
00001 np.linspace(GT[3]+GT[5]/2, GT[3]+GT[5]*(dataset.RasterYSize-0.5),
00002                         dataset.RasterYSize)

Definition at line 302 of file gw.py.

 All Classes Namespaces Files Functions Variables