Ignore:
Timestamp:
03/02/15 18:10:22 (9 years ago)
Author:
labetoulle
Message:
  • Process directory size without unit, => in bytes (from du -h)
  • Typos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/ConsoGENCMIP6/bin/plot_login.py

    r2427 r2428  
    256256  # ... Save figure ... 
    257257  # ------------------- 
    258   plot_save(img_name, today, "Conso GENCMIP6 par login") 
     258  img_in  = os.path.join(DIR["PLOT"], "{}.pdf".format(img_name)) 
     259  img_out = os.path.join(DIR["SAVEPLOT"], 
     260                         "{}_{}.pdf".format(img_name, today)) 
     261 
     262  plot_save(img_in, img_out, "Conso GENCMIP6 par login") 
    259263 
    260264  # ... Publish figure on dods ... 
    261265  # ------------------------------ 
    262266  if args.dods: 
    263     dods_cp(os.path.join(DIR["PLOT"], img_name)) 
     267    dods_cp(img_in) 
    264268 
    265269  if args.show: 
Note: See TracChangeset for help on using the changeset viewer.