Changeset 2430
- Timestamp:
- 03/03/15 12:31:08 (10 years ago)
- Location:
- TOOLS/ConsoGENCMIP6/bin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/ConsoGENCMIP6/bin/plot_bilan.py
r2427 r2430 407 407 "{}_{}.pdf".format(img_name, today)) 408 408 409 plot_save(img_in, img_out, "Conso GENCMIP6")409 plot_save(img_in, img_out, title) 410 410 411 411 # ... Publish figure on dods ... -
TOOLS/ConsoGENCMIP6/bin/plot_login.py
r2428 r2430 260 260 "{}_{}.pdf".format(img_name, today)) 261 261 262 plot_save(img_in, img_out, "Conso GENCMIP6 par login")262 plot_save(img_in, img_out, title) 263 263 264 264 # ... Publish figure on dods ... -
TOOLS/ConsoGENCMIP6/bin/plot_store.py
r2428 r2430 294 294 "{}_{}.pdf".format(img_name, today)) 295 295 296 plot_save(img_in, img_out, "Occupation GENCMIP6 sur STORE par login")296 plot_save(img_in, img_out, title) 297 297 298 298 # ... Publish figure on dods ...
Note: See TracChangeset
for help on using the changeset viewer.