FESOM / fesom2

Multi-resolution ocean general circulation model.
http://fesom.de/
GNU General Public License v3.0
47 stars 48 forks source link

Fix circular module dependency #595

Closed raguridan closed 3 months ago

raguridan commented 3 months ago

Previous commit introduced a circular dependency between the iom.F90 and the mpp_io.F90 modules. This fixes the issue and restores encapsulation of multio state variables.