Ignore:
Timestamp:
Nov 28, 2014, 4:36:29 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/dyn3dmem/integrd_loc.F

    r1910 r2160  
    147147!     &                   MPI_LOGICAL,MPI_LOR,COMM_LMDZ,ierr)
    148148      IF( .NOT. checksum ) THEN
    149           write(lunout,*) "integrd: negative surface pressure ",
    150      &                                                ps(stop_it)
     149         write(lunout,*) "integrd: ps = ", ps(stop_it)
    151150         write(lunout,*) " at node ij =", stop_it
    152151         ! since ij=j+(i-1)*jjp1 , we have
     
    155154!         write(lunout,*) " lon = ",rlonv(i)*180./pi, " deg",
    156155!     &                   " lat = ",rlatu(j)*180./pi, " deg"
     156         call abort_gcm("integrd_loc", "negative surface pressure", 1)
    157157      ENDIF
    158158
     
    183183     .                dq(:,:,j))
    184184        enddo
    185       STOP
     185        call abort_gcm("integrd_loc", "", 1)
    186186      ENDIF
    187187   
Note: See TracChangeset for help on using the changeset viewer.