Changeset 894 in lmdz_wrf
- Timestamp:
- Jun 19, 2016, 1:03:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r873 r894 1371 1371 print errormsg 1372 1372 print ' ' + fname + ": original file '" + origfile + "' does not exist !!" 1373 quit( )1373 quit(-1) 1374 1374 1375 1375 if not os.path.isfile(addfile): 1376 1376 print errormsg 1377 1377 print ' ' + fname + ": adding file '" + addfile + "' does not exist !!" 1378 quit( )1378 quit(-1) 1379 1379 1380 1380 ofile = open(origfile, 'r') … … 1389 1389 print errormsg 1390 1390 print ' ' + fname + ": adding sign '" + addsign + "' not found !!" 1391 quit( )1391 quit(-1) 1392 1392 print ' '+ fname + ': found', Nfound," times sign '" + addsign + "' " 1393 1393
Note: See TracChangeset
for help on using the changeset viewer.