AgriculturalModelExchangeInitiative / PyCrop2ML

CropML Python library
Other
17 stars 17 forks source link

Module generation for composite #59

Open pradal opened 5 years ago

pradal commented 5 years ago

In Fortran, a module has to be generated from the

From a package, generate:

If a composite is defined as a graph, each edge has to be translated into a variable, and each vertex is a call of a function/functor. Using a traversal of the graph from inputs to outputs, call the different functions in that order.