- Timestamp:
- Mar 31, 2009 9:13:47 AM (16 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_open.f90
r274 r277 126 126 WRITE( message_string, * ) 'opening file-id ',file_id, & 127 127 ' not allowed for PE ',myid 128 CALL message( 'check_open', 'PA0167', 2, 2, 0, 6, 0)128 CALL message( 'check_open', 'PA0167', 2, 2, -1, 6, 1 ) 129 129 ENDIF 130 130 … … 135 135 WRITE( message_string, * ) 'opening file-id ',file_id, & 136 136 ' not allowed for PE ',myid 137 CALL message( 'check_open', 'PA0167', 2, 2, 0, 6, 0)137 CALL message( 'check_open', 'PA0167', 2, 2, -1, 6, 1 ) 138 138 END IF 139 139 ENDIF … … 1244 1244 1245 1245 WRITE( message_string, * ) 'no OPEN-statement for file-id ',file_id 1246 CALL message( 'check_open', 'PA0172', 2, 2, 0, 6, 0)1246 CALL message( 'check_open', 'PA0172', 2, 2, -1, 6, 1 ) 1247 1247 1248 1248 END SELECT -
palm/trunk/SOURCE/init_particles.f90
r276 r277 277 277 myid 278 278 CALL message( 'init_particles', 'PA0216', & 279 2, 2, 0, 6, 0)279 2, 2, -1, 6, 1 ) 280 280 ENDIF 281 281 particles(n)%x = pos_x -
palm/trunk/SOURCE/netcdf.f90
r274 r277 3626 3626 message_string = TRIM( NF90_STRERROR( nc_stat ) ) 3627 3627 3628 CALL message( routine_name, message_identifier, 2, 2, 0, 6, 0)3628 CALL message( routine_name, message_identifier, 2, 2, -1, 6, 1 ) 3629 3629 3630 3630 ENDIF -
palm/trunk/SOURCE/read_3d_binary.f90
r274 r277 141 141 message_string = 'data from subdomain of previous' // & 142 142 ' run mapped more than 1000 times' 143 CALL message( 'read_3d_binary', 'PA0284', 2, 2, 0, 6, 0)143 CALL message( 'read_3d_binary', 'PA0284', 2, 2, -1, 6, 1 ) 144 144 145 145 ENDIF … … 256 256 '&= ', hor_index_bounds_previous_run(1,j), & 257 257 '&from the index bound information array' 258 CALL message( 'read_3d_binary', 'PA0287', 2, 2, 0, 6, 0)258 CALL message( 'read_3d_binary', 'PA0287', 2, 2, -1, 6, 1 ) 259 259 ENDIF 260 260 … … 265 265 '&= ', hor_index_bounds_previous_run(2,j), & 266 266 '&from the index bound information array' 267 CALL message( 'read_3d_binary', 'PA0288', 2, 2, 0, 6, 0)267 CALL message( 'read_3d_binary', 'PA0288', 2, 2, -1, 6, 1 ) 268 268 269 269 ENDIF … … 275 275 '&= ', hor_index_bounds_previous_run(3,j), & 276 276 '&from the index bound information array' 277 CALL message( 'read_3d_binary', 'PA0289', 2, 2, 0, 6, 0)277 CALL message( 'read_3d_binary', 'PA0289', 2, 2, -1, 6, 1 ) 278 278 ENDIF 279 279 … … 284 284 '&= ', hor_index_bounds_previous_run(4,j), & 285 285 '&from the index bound information array' 286 CALL message( 'read_3d_binary', 'PA0290', 2, 2, 0, 6, 0)286 CALL message( 'read_3d_binary', 'PA0290', 2, 2, -1, 6, 1 ) 287 287 ENDIF 288 288
Note: See TracChangeset
for help on using the changeset viewer.