KUL-RSDA / AquaCrop

AquaCrop source code endorsed by FAO
https://www.fao.org/aquacrop/en/
Other
56 stars 17 forks source link

ENH: convert FinalizeRun2 2F #280

Closed MortelmansJonas closed 2 years ago

MortelmansJonas commented 2 years ago

I think the function itself works, but on compilation, it gives an error saying that it can't find the file ac_inforesults.mod (which indeed doesn't exist). I don't know how to fix this.

MaximeVdB commented 2 years ago

@MortelmansJonas There was a missing dependency in the Makefile (which happened to manifest itself here; fixed in d56049e). Then the code compiled but the tests gave errors, which I fixed with commit e0e2ff0. Could you check that this branch now compiles and passes the tests on your end?

MortelmansJonas commented 2 years ago

Yes, it compiles and passes the tests.