You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Sir or Ms:
Now I have one model coded by C Language and one model coded by FORTRAN language. I want to couple these two model components within pymt. Is this feasible?
Thanks
Best Regards
Li Jian
The text was updated successfully, but these errors were encountered:
Hi, @lj-cug! Yes, you should be able to couple the two models in pymt. It will take a few steps, though.
Is it correct that you have written a BMI for each model? If so, the next step is to use the babelizer to turn the models into components--Python packages that can be imported through pymt. See the babelizerdocumentation--there's even an example of applying the babelizer to a model written in C.
Dear Sir or Ms:
Now I have one model coded by C Language and one model coded by FORTRAN language. I want to couple these two model components within pymt. Is this feasible?
Thanks
Best Regards
Li Jian
The text was updated successfully, but these errors were encountered: