Ignore:
Timestamp:
10/09/17 17:24:51 (7 years ago)
Author:
sdipsl
Message:
  • being able to manage dr2xml_${compname}.xml files for IPSLCM6.0.13 and CMIP6
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_post/xios_parser.py

    r1352 r1413  
    7272    if root.tag == 'file' and root.attrib.get('timeseries'): 
    7373        if root.attrib.get('enabled') == '.TRUE.': 
    74             print 'id=%s,output_freq=%s' % (root.attrib.get('id'), root.attrib.get('output_freq')) 
     74            print 'output_freq=%-5s,id=%s' % (root.attrib.get('output_freq'), root.attrib.get('id')) 
     75    elif root.tag == 'file' and root.attrib.get('uuid_name'): 
     76        print 'output_freq=%-5s,name=%85s' % (root.attrib.get('output_freq'), root.attrib.get('name')) 
    7577    else: 
    7678        for elem in list(root): 
Note: See TracChangeset for help on using the changeset viewer.