@@ -41,28 +41,31 @@ include("./allometry.jl")
4141# to each of its fields.
4242include (" ./args_to_fields.jl" )
4343
44+ # HERE: try crafting generic components?
45+ include (" ./class.jl" )
46+
4447# Central in the model nodes.
4548include (" ./species.jl" )
4649
4750# Trophic links, structuring the whole network.
4851# (typical example 'edge' data)
49- include (" ./foodweb.jl" )
52+ # include("./foodweb.jl")
5053
5154# Biorates and other values parametrizing the ODE.
5255# (typical example 'nodes' data)
53- include (" ./body_mass.jl" )
54- include (" ./metabolic_class.jl" )
56+ # include("./body_mass.jl")
57+ # include("./metabolic_class.jl")
5558
5659# Useful global values to calculate other biorates.
5760# (typical example 'graph' data)
58- include (" ./temperature.jl" )
61+ # include("./temperature.jl")
5962
6063# # Replicated/adapted from the above.
6164# # TODO : factorize subsequent repetitions there.
6265# # Easier once the Internals become more consistent?
6366# include("./hill_exponent.jl") # <- First, good example of 'graph' component. Read first.
64- include (" ./growth_rate.jl" ) # <- First, good example of 'node' component. Read first.
65- include (" ./efficiency.jl" ) # <- First, good example of 'edges' component. Read first.
67+ # include("./growth_rate.jl") # <- First, good example of 'node' component. Read first.
68+ # include("./efficiency.jl") # <- First, good example of 'edges' component. Read first.
6669# include("./carrying_capacity.jl")
6770# include("./mortality.jl")
6871# include("./metabolism.jl")
0 commit comments