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/dyn3dpar/integrd_p.F

    r1910 r2160  
    137137       
    138138        IF( .NOT. checksum ) THEN
    139          write(lunout,*) "integrd: negative surface pressure ",
    140      &                                                ps(stop_it)
     139           write(lunout,*) "integrd: ps = ", ps(stop_it)
    141140         write(lunout,*) " at node ij =", stop_it
    142141         ! since ij=j+(i-1)*jjp1 , we have
     
    145144         write(lunout,*) " lon = ",rlonv(i)*180./pi, " deg",
    146145     &                   " lat = ",rlatu(j)*180./pi, " deg"
     146         call abort_gcm("integrd_p", "negative surface pressure", 1)
    147147        ENDIF
    148148
Note: See TracChangeset for help on using the changeset viewer.