In the docstring of the Model-class, the order of inputs is `kaq`, `c`, `z`, `npor`, `ltype`. In the docstring, the order is `kaq`, `z`, `c`, `npor`, `ltype`. So the order of `z` and `c` is switched in the docstring.
In the docstring of the Model-class, the order of inputs is
kaq,c,z,npor,ltype. In the docstring, the order iskaq,z,c,npor,ltype.So the order of
zandcis switched in the docstring.