nopec.tools¶
Submodule for useful tools.
- nopec.tools.initializer(pars, input_array)¶
Initialize model with given model parameters and input array.
The relevant model is returned depending on the value
pars.discretization_model.- Parameters:
pars (ModelParameters)
input_array (ndarray)
- Return type:
Any