The docstring in timflow.transient.ModelMaq describes that when "topboundary" is "semi" and "phreatic top" is "True", "Sll" is interpreted as phreatic storage and not multiplied with the layer thickness. However, from lines 111 to 117 in transient/aquifer.py follows that this only happens when "topboundary" is set to "leaky" and not "semi".

The docstring in timflow.transient.ModelMaq describes that when "topboundary" is "semi" and "phreatic top" is "True", "Sll" is interpreted as phreatic storage and not multiplied with the layer thickness. However, from lines 111 to 117 in transient/aquifer.py follows that this only happens when "topboundary" is set to "leaky" and not "semi".