Andermutu

Results 2 issues of Andermutu

Hi, I am having issues with the humidity reading of the BME280 sensor. Here we have around 80% of relative humidity, however, the maximum value I get with the all-in-one-no-pm.py...

notice

I'm trying to create a custom soil using aquacrop==3.0.9 : ```python import os os.environ['DEVELOPMENT'] = 'DEVELOPMENT' from aquacrop import Soil thickeness = 0.1 local_soil = Soil('custom',dz=[thickeness]*12,cn=46,rew=7) for comp in range(local_soil.nComp):...