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
@wdeconinck at this place and other places below with GNU compiler on Juwels we get:
/p/project/cesmtst/sidorenko1/ifs-bundle/source/fesom/src/ifs_interface/iom.F90:204:14:
204 | err = conf_ctx%mpi_allow_world_default_comm(.FALSE.)
| 1
Error: Type mismatch in argument ‘allow’ at (1); passed LOGICAL(4) to LOGICAL(1)
I will revert it back to .FALSE._1
The text was updated successfully, but these errors were encountered:
@dsidoren , the relevant multio branch you have used, feature/interpolate-fesom now has a compatible API as well, so that fesom needs not to be modified.
https://github.com/FESOM/fesom2/blame/f0b842f0d283b88a596a2c137002b700bd432131/src/ifs_interface/iom.F90#L112
@wdeconinck at this place and other places below with GNU compiler on Juwels we get:
/p/project/cesmtst/sidorenko1/ifs-bundle/source/fesom/src/ifs_interface/iom.F90:204:14:
204 | err = conf_ctx%mpi_allow_world_default_comm(.FALSE.)
| 1
Error: Type mismatch in argument ‘allow’ at (1); passed LOGICAL(4) to LOGICAL(1)
I will revert it back to .FALSE._1
The text was updated successfully, but these errors were encountered: