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
7 stars 1 forks source link

How to generate grid3d without running processor step? #5

Closed BenjMy closed 2 years ago

BenjMy commented 2 years ago

Up to know the grid3d file is generated while setting IPRT=3 during the run_processor step. It would be useful to access grid3d without waiting for the process to end (espacially for time consuming simulations).

This should help to define the nodes of interest to generate the vp file by reading the grid3d file and searching for the nearest node from x,y,z coordinates.