Changeset 2110 for LMDZ5/trunk/libf/dyn3dmem/integrd_loc.F
- Timestamp:
- Aug 27, 2014, 5:54:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/integrd_loc.F
r2094 r2110 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
Note: See TracChangeset
for help on using the changeset viewer.