Ignore:
Timestamp:
Jul 22, 2014, 6:33:56 PM (10 years ago)
Author:
lguez
Message:

Removed "on rentre dans guide_main" from guide_main in dyn3dpar, was
already commented out in the dyn3dmem version.

Keeping length of lines under 80 characters in physiq (for
readability). Removed wrong comments "ajout des tendances de la
diffusion turbulente". Replaced "con" by "convection" as an argument
of add_phys_tend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/abort_gcm.F

    r1907 r2100  
    2323C         ierr    = severity of situation ( = 0 normal )
    2424
    25       character(len=*) modname
     25      character(len=*), intent(in):: modname
    2626      integer ierr, ierror_mpi
    27       character(len=*) message
     27      character(len=*), intent(in):: message
    2828
    2929      write(lunout,*) 'in abort_gcm'
     
    4646        write(lunout,*) 'Everything is cool'
    4747      else
    48         write(lunout,*) 'Houston, we have a problem ', ierr
     48        write(lunout,*) 'Houston, we have a problem, ierr = ', ierr
    4949#ifdef CPP_MPI
    5050C$OMP CRITICAL (MPI_ABORT_GCM)
Note: See TracChangeset for help on using the changeset viewer.