Changeset 2160 for LMDZ5/branches/testing/libf/dyn3dmem/integrd_loc.F
- Timestamp:
- Nov 28, 2014, 4:36:29 PM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2072,2075-2115,2117-2126,2128-2158
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/integrd_loc.F
r1910 r2160 147 147 ! & MPI_LOGICAL,MPI_LOR,COMM_LMDZ,ierr) 148 148 IF( .NOT. checksum ) THEN 149 write(lunout,*) "integrd: negative surface pressure ", 150 & ps(stop_it) 149 write(lunout,*) "integrd: ps = ", ps(stop_it) 151 150 write(lunout,*) " at node ij =", stop_it 152 151 ! since ij=j+(i-1)*jjp1 , we have … … 155 154 ! write(lunout,*) " lon = ",rlonv(i)*180./pi, " deg", 156 155 ! & " lat = ",rlatu(j)*180./pi, " deg" 156 call abort_gcm("integrd_loc", "negative surface pressure", 1) 157 157 ENDIF 158 158 … … 183 183 . dq(:,:,j)) 184 184 enddo 185 STOP185 call abort_gcm("integrd_loc", "", 1) 186 186 ENDIF 187 187
Note: See TracChangeset
for help on using the changeset viewer.