with diagrams
You can perform a non-saturated analysis by making the permeability dependent on the groundwater total pressure (= pore pressure) by a dependency diagram. The diagram accounts for high permeability at saturation and low permeability at non-saturation. For example, do something like:
...
dependency_item 10 -group_groundflow_permeability 0 -to_pres 4
dependency_diagram 10 -100. 0.0 0.05 100.
1.e-2 1.e-2 1.e-8 1.e-8
1.e-2 1.e-2 1.e-8 1.e-8
...
...
The atmospheric air pressure is 0 in tochnog, so that is where the permeability starts changing it's value in the table. You can also specify a table for group_groundflow_capacity to model non-saturated capacity.
van Genuchten
As an alternative to specifying diagrams you can use the specific van-Genuchten model for non-saturated ground water flow. The pore-pressure head is defined by
Now for the van-Genuchten model we have
To use the model you need to specify the saturated parameters group_groundflow_capacity and group_groundflow_permeability as usual, specify the porosity in group_porosity, specify specific van-Genuchten parameters in group_groundflow_nonsaturated_vangenuchten and initialise groundflow_saturation in the initialisation part.
Since the model is strongly linear it might be needed to specify a relaxation of, say, 0.1 with control_relaxation to obtain convergence.
TochnogProfessional