HydrologyFrankfurt / ReWaterGAP

GNU Lesser General Public License v3.0
4 stars 0 forks source link

Parallel Leaf Area Index #3

Closed Leon-Muehlenbruch closed 5 months ago

Leon-Muehlenbruch commented 1 year ago

https://github.com/HydrologyFrankfurt/ReWaterGAP/blob/e96993d88b1abf426a32f951753739af3c9f8045/core/verticalwaterbalance/parallel_leaf_area_index.py

precipitation : array Daily precipitation climate forcing, Units: mm/d. Units are converted from kg m-2 s-1 to mm/d

The last sentence talks about unit conversion: As a user, my question is what kind of data do I need to import? Does it need to be in [mm/d] or [kg/m^-2*s^-1] and if my data is in the wrong format will the program convert it automatically?

If it happens automatically and both Units work I would change the phrasing to reflect that