Ignore:
Timestamp:
03/02/15 15:50:26 (9 years ago)
Author:
labetoulle
Message:

Save daily plots on WORK

File:
1 edited

Legend:

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

    r2424 r2425  
    292292      filein  = os.path.join(DIR["DATA"], filename) 
    293293      if os.path.isfile(filein): 
    294         fileout = os.path.join(DIR["SAVE"], 
     294        fileout = os.path.join(DIR["SAVEDATA"], 
    295295                               "_".join((filename, suffix))) 
    296296        shutil.copy(filein, fileout) 
     
    327327  if args.verbose: 
    328328    print(DIR["DATA"]) 
    329     print(DIR["SAVE"]) 
     329    print(DIR["SAVEDATA"]) 
    330330 
    331331  (project, logins, today, total, utheo, ureal) = \ 
     
    387387  if args.verbose: 
    388388    print("=> Save files") 
    389  
    390389  if not args.dryrun: 
    391390    save_files(OUT, today) 
Note: See TracChangeset for help on using the changeset viewer.