6       SUBROUTINE abort_gcm(modname, message, ierr)
 
   29       character(len=*), 
intent(in):: modname
 
   30       integer ierr, ierror_mpi
 
   31       character(len=*), 
intent(in):: message
 
   33       write(
lunout,*) 
'in abort_gcm' 
   50       write(
lunout,*) 
'Stopping in ', modname
 
   51       write(
lunout,*) 
'Reason = ',message
 
   53         write(
lunout,*) 
'Everything is cool' 
   55         write(
lunout,*) 
'Houston, we have a problem, ierr = ', ierr
 
   58         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