Case-Study V: Bayesian inference of a conceptual watershed model (HYMOD in external Fortran module)
This case study is identical to the previous case study with the exception that the HYMOD model has been coded in Fortran instead. This demonstrates that DREAM can communicate with different computer languages. Note that the plugin module here serves just as an interface to call HYMODsilent.exe, created in Fortran and located in the Drm_Example05\Model\Bin subdirectory. Similar approach has been used to create MATLAB examples in library D2.
Implementation of plugin functions
The complete source code can be found in DREAM SDK - Examples\D3\Drm_Example05\Plugin\Src_Cpp