timflow.transient.model.ModelMaq.headgrid#
- timflow.transient.model.ModelMaq.headgrid(xg, yg, t, layers=None, printrow=False)#
Grid of heads.
- Parameters:
xg (array) – x values of grid
yg (array) – y values of grid
t (list or array) – times for which grid is returned
layers (integer, list or array, optional) – layers for which grid is returned
printrow (boolean, optional) – prints dot to screen for each row of grid if set to True
- Returns:
h
- Return type:
array size nlayers, ntimes, ny, nx
See also
headgrid2()