FoRTExperiment / PestED

exploratory code to add pest/pathogen scheme to ED-like ecophysiology
http://fortexperiment.github.io/PestED/
Other
2 stars 2 forks source link

Optimize Farquhar model solver #18

Open ashiklom opened 3 years ago

ashiklom commented 3 years ago

A quick profile shows that ~80% of runtime is spent on the solve.FVcB function, which in turn calls stats::optim. Not a priority, but to make large ensembles more manageable, we should look into ways of speeding this up (or calling it less often).