Changeset 2426 for TOOLS/ConsoGENCMIP6/bin/plot_bilan.py
- Timestamp:
- 03/02/15 16:25:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/ConsoGENCMIP6/bin/plot_bilan.py
r2425 r2426 297 297 file_utheo = get_last_file(DIR["SAVEDATA"], OUT["UTHEO"]) 298 298 file_bilan = get_last_file(DIR["SAVEDATA"], OUT["BILAN"]) 299 300 if file_param is None or \ 301 file_utheo is None or \ 302 file_bilan is None: 303 print("Missing one or more input files, we stop.") 304 print("=> PARAM: {}\n=> UTHEO: {}\n=> BILAN: {}".format( 305 file_param, file_utheo, file_bilan) 306 ) 307 exit(1) 308 299 309 img_name = "bilan" 300 301 310 today = os.path.basename(file_param).strip(OUT["PARAM"]) 302 311 … … 408 417 plt.show() 409 418 410 exit( )419 exit(0)
Note: See TracChangeset
for help on using the changeset viewer.