Same actual argument associated with INTENT(IN) and INTENT(OUT) in masked_var_grounded in MOM_ice_shelf.F90 · Issue #1665 · mom-ocean/MOM6 · GitHub
More Web Proxy on the site http://driver.im/
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
MOM6/src/ice_shelf/MOM_ice_shelf.F90:2686:54:
2686 | tmp(:,:) = 1.0; call masked_var_grounded(G,CS%dCS,tmp,tmp)
| 1
Warning: Same actual argument associated with INTENT(IN) argument 'var' and INTENT(OUT) argument 'varout' at (1)
MOM6/src/ice_shelf/MOM_ice_shelf.F90:2750:54:
2750 | tmp(:,:) = 1.0; call masked_var_grounded(G,CS%dCS,tmp,tmp)
| 1
Warning: Same actual argument associated with INTENT(IN) argument 'var' and INTENT(OUT) argument 'varout' at (1)
MOM6/src/ice_shelf/MOM_ice_shelf.F90:2814:54:
2814 | tmp(:,:) = 1.0; call masked_var_grounded(G,CS%dCS,tmp,tmp)
| 1
Warning: Same actual argument associated with INTENT(IN) argument 'var' and INTENT(OUT) argument 'varout' at (1)
in the EMC fork that also seem to apply here.
afaik, this conflict in intents may not yield the desired behavior. One option is to have tmp and tmp1 here
The text was updated successfully, but these errors were encountered:
Debug compiler warnings in UFS GEFS regression test (ufs-community/ufs-weather-model#2703) flag:
in the EMC fork that also seem to apply here.
afaik, this conflict in intents may not yield the desired behavior. One option is to have tmp and tmp1 here
The text was updated successfully, but these errors were encountered: