Is your feature request related to a problem? Please describe.
I have cosimulations that are based on e.g. a fortran based ocean model operated via the ClimateModels.jl interface.
My understanding is that it's possible to plug it in modeling toolkit without implementing FMI, by wrapping my cosimulation in a Julia function of the form f(input , ouput , dt) (?), but this is not well documented.
Describe the solution you’d like
Could documentation for this approach be added?
Describe alternatives you’ve considered
Implementing FMUs for ClimateModels.jl but this will require more effort.
Additional context
Discussed this with @ChrisRackauckas at JuliaEO25.