Blog 2021#

πŸ—“οΈ November, 2021#

first day at Berkeley Lab#

After a long wait, I finally managed to join Berkeley Lab with reduced objectives as my stay will only last 5 months (instead of 2years initially).

πŸ—“οΈ September, 2021#

pyCATHY is born#

I started to work on pyCATHY in order to learn how to use the CATHY code originally developed in Fortran (first version developed by A. Binley dated from ??). The pyCATHY package consists in a python wrapper easing the numerical modelling of hydrology by developing object oriented class and modules to interact with core CATHY functions.

import CATHY

simu_hydro = CATHY()

The aim is to develop a version-agnostic wrapper allowing to work on the differences branches of CATHY. In particular we’d like to integrate Data Assimilation capabilities and the plant model to the wrapper in order to mimick a soil-plant-interaction experiment run in the laboratory using geoelectrical ERT and MALM methods.

github

Try me#

Open In Colab

More interactive exemple in prep in the open-code section of the book.