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
Hello!
I was running a fortran project, the result given by "call mpp_set_state(T, P, var)"(as in wrapper_test.f90) is wrong, it should be call mpp_set_state(P, T, var), then the result is the same as using mppequil from command line.
Hello!
I was running a fortran project, the result given by "call mpp_set_state(T, P, var)"(as in wrapper_test.f90) is wrong, it should be
call mpp_set_state(P, T, var), then the result is the same as using mppequil from command line.