Changeset 2462 for TOOLS/ConsoGENCMIP6/bin/conso_gencmip6.py
- Timestamp:
- 04/02/15 12:30:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/ConsoGENCMIP6/bin/conso_gencmip6.py
r2460 r2462 80 80 project["machine"] = ligne.split()[5] 81 81 project["nodes"] = ligne.split()[6] 82 83 82 break 84 83 … … 149 148 fmt_str = "{:10s} {:12s} {:11s} {:11s} {:13s} {:13s} {:13s} {:13s}\n" 150 149 151 title_str 150 title_str = fmt_str.format( 152 151 "date", 153 152 "conso(hours)",
Note: See TracChangeset
for help on using the changeset viewer.