This is just a quick question:
I noticed that Unitful.jl is supported in NCAM section.
Is it supported in model building and parameter deffinition fixing?
ie can I for example assign
@init
C1=1u"M"
end
Just wondering/suggesting -
This would be useful as it automates dimensional analysis - I used in ODE models using the DifferentialEquations package and it was very helpful.