Ignore:
Timestamp:
07/08/20 21:35:56 (4 years ago)
Author:
aclsce
Message:

Added EndYear_p1 variable to be used as split_last_date XIOS attribute in light workflow.

File:
1 edited

Legend:

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

    r1535 r1537  
    202202                    elem.set('name', os.path.normpath(args.newPath[0]) + '/' + os.path.normpath(name)) 
    203203                if args.verbosity >= 2: print elem.tag, elem.attrib 
    204                 if args.splitLastDate is not None: elem.set('split_last_date', args.splitLastDate[0] + ' 00:00:00') 
     204                if args.splitLastDate is not None: elem.set('split_last_date', args.splitLastDate[0] + '-01-01 00:00:00') 
    205205                if args.ModelVersion is not None: 
    206206                    for childElem in elem.iter(tag='variable'): 
Note: See TracChangeset for help on using the changeset viewer.