Changeset 2431


Ignore:
Timestamp:
03/04/15 17:31:25 (9 years ago)
Author:
labetoulle
Message:

Add script to plot running and pending jobs

Location:
TOOLS/ConsoGENCMIP6
Files:
2 added
1 edited

Legend:

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

    r2428 r2431  
    6363  """ 
    6464  return dt.datetime.strptime(ssaammjj, fmt) 
     65 
     66 
     67######################################## 
     68def string_to_datetime(string, fmt="%Y-%m-%d-%H:%M"): 
     69  """ 
     70  """ 
     71  return dt.datetime.strptime(string, fmt) 
    6572 
    6673 
Note: See TracChangeset for help on using the changeset viewer.