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
MCT is used at the cap level for MCT, but also internally inside of MOSART physics. In order to remove MCT we need to remove it's internal usage.
riverroute/MOSART_physics_mod.F90: use mct_mod
riverroute/RtmIO.F90: use mct_mod
riverroute/RtmMod.F90: use mct_mod
riverroute/RunoffMod.F90: use mct_mod
The text was updated successfully, but these errors were encountered:
It looks like what's used is MCT aVect and sparse matrix. There's also use of a #fidef NO_MCT in MOSART_physics. These uses will either need to be modified to use ESMF structures or native FORTRAN data structures.
MCT is used at the cap level for MCT, but also internally inside of MOSART physics. In order to remove MCT we need to remove it's internal usage.
The text was updated successfully, but these errors were encountered: