flopy.pest.tplarray module
- class Util2dTpl(chararray, name, multiplier, indexed_param)[source]
Bases:
object
Class to define a two-dimensional template array for use with parameter estimation.
- Parameters:
chararray (A Numpy ndarray of dtype 'str'.) –
name (The parameter type. This will be written to the control record) – as a comment.
indexed_param (bool) – A flag to indicated whether or not the array contains parameter names within the array itself.
- class Util3dTpl(u3d)[source]
Bases:
object
Class to define a three-dimensional template array for use with parameter estimation.
- Parameters:
u3d (Util3d object) –
- add_parameter(p)[source]
Fill the chararray with the parameter name.
- Parameters:
p (flopy.pest.params.Params) – Parameter. Must have .idx and .name attributes