NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 528

Show
Ignore:
Timestamp:
06/09/14 15:52:27
Author:
cbc
Message:

Add comments to show latest month is being processed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sodarlevel2/trunk/sodarlevel2.py

    r524 r528  
    3030ncs = glob(ncs) 
    3131ncs = [os.path.basename(nc) for nc in ncs] 
    32 ncs.sort() 
    33 nc = ncs[-1] 
     32ncs.sort() # months in order 
     33nc = ncs[-1] # latest month 
    3434 
    3535try: