Changeset 2110 for LMDZ5/trunk/libf/dyn3dpar
- Timestamp:
- Aug 27, 2014, 5:54:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/integrd_p.F
r1907 r2110 137 137 138 138 IF( .NOT. checksum ) THEN 139 write(lunout,*) "integrd: negative surface pressure ", 140 & ps(stop_it) 139 write(lunout,*) "integrd: ps = ", ps(stop_it) 141 140 write(lunout,*) " at node ij =", stop_it 142 141 ! since ij=j+(i-1)*jjp1 , we have … … 145 144 write(lunout,*) " lon = ",rlonv(i)*180./pi, " deg", 146 145 & " lat = ",rlatu(j)*180./pi, " deg" 146 call abort_gcm("integrd_p", "negative surface pressure", 1) 147 147 ENDIF 148 148
Note: See TracChangeset
for help on using the changeset viewer.