6 SUBROUTINE abort_gcm(modname, message, ierr)
25 character(len=*),
intent(in):: modname
26 integer ierr, ierror_mpi
27 character(len=*),
intent(in):: message
29 write(
lunout,*)
'in abort_gcm'
43 write(
lunout,*)
'Stopping in ', modname
44 write(
lunout,*)
'Reason = ',message
46 write(
lunout,*)
'Everything is cool'
48 write(
lunout,*)
'Houston, we have a problem, ierr = ', ierr
51 call mpi_abort(comm_lmdz, 1, ierror_mpi)
subroutine abort_gcm(modname, message, ierr)
subroutine, public getin_dump(fileprefix)
!$Header!gestion des impressions de sorties et de débogage la sortie standard prt_level COMMON comprint lunout