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

Remove temporary vtk files generated #8

Closed BenjMy closed 3 months ago

BenjMy commented 2 years ago

Need a strategy to create temporary files (in particular .vtk) to save some CPU memory and space during Data Assimilation of ERT data.

ERT data assimilation generate:

Those file are not used except for checking interpolation quality.

Same apply to the CATHY outputs. Would be interesting to store them in a tmp folder especially when running simulation on a Jupyter Notebook/ binder environement.

BenjMy commented 3 months ago

All vtk files from mapping operations are now removed by default