Using vectors for all variables (temperature, vpd, co2, ppfd, fapar, patm) retuned the wrong number of outputs (something like 2 millions lines even though input vectors had a size of 1460).
A modification was made to line 336 of rpmodel.R . It now reads:
iabs <- fapar * ppfd
I don't know if it would work for all cases.
Using vectors for all variables (temperature, vpd, co2, ppfd, fapar, patm) retuned the wrong number of outputs (something like 2 millions lines even though input vectors had a size of 1460).
A modification was made to line 336 of rpmodel.R . It now reads:
iabs <- fapar * ppfd
I don't know if it would work for all cases.