timflow.transient.model.ModelXsection.headgrid2#

timflow.transient.model.ModelXsection.headgrid2(x1, x2, nx, y1, y2, ny, t, layers=None, printrow=False)#

Grid of heads.

Parameters:
  • xg (array) – x values are generated as linspace(x1, x2, nx)

  • yg (array) – y values are generated as linspace(y1, y2, ny)

  • 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

headgrid()