The output file results_yearly.txt contains two columns named "etmt". The first one should be named "etm", as it represents the sum of tree and grass transpiration, etm = etmt + etmg.
The error occurs in https://github.com/schymans/VOM/blob/master/VOM_Fortran/VOM-code/writedata.f90, Line 590, where "etmt" needs to be replaced by "etm".
The output file results_yearly.txt contains two columns named "etmt". The first one should be named "etm", as it represents the sum of tree and grass transpiration, etm = etmt + etmg.
The error occurs in https://github.com/schymans/VOM/blob/master/VOM_Fortran/VOM-code/writedata.f90, Line 590, where "etmt" needs to be replaced by "etm".