BenjMy / pycathy_wrapper

A Python wrapper for CATHY (Catchment Hydrology) - [Camporese et al., 2010]
https://benjmy.github.io/pycathy_wrapper/
Boost Software License 1.0
6 stars 1 forks source link

Saturation cathy <-> Resistivity resipy model #4

Closed BenjMy closed 2 years ago

BenjMy commented 2 years ago

Convert Saturation cathy <-> Resistivity resipy model

BenjMy commented 2 years ago

The mesh interpolation is done via trace_mesh function define in the meshtools file. For now, the mesh interpolation is based on a find_nearest_nodes function.