Skip to content

Commit

Permalink
fix misleading message about fesom abort
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Beyer committed Aug 22, 2023
1 parent 224e468 commit d376f74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ifs_interface/ifs_notused.F90
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ SUBROUTINE nemogcmcoup_update_add( mype, npes, icomm, &
! Local variables

if(fesom%mype==0) then
WRITE(0,*)'nemogcmcoup_update_add should not be called when coupling to fesom. Commented ABORT. Proceeding...'
WRITE(0,*)'In nemogcmcoup_update_add FESOM dummy routine. Proceeding...'
!CALL abort
endif

Expand Down Expand Up @@ -304,4 +304,3 @@ SUBROUTINE nemogcmcoup_wam_update_stress( mype, npes, icomm, npoints, &
CALL abort

END SUBROUTINE nemogcmcoup_wam_update_stress

0 comments on commit d376f74

Please sign in to comment.