Changeset 0e29ef4 in flexpart.git for preproc/python/prepareFLEXPART.py


Ignore:
Timestamp:
Jan 29, 2015, 9:13:29 AM (9 years ago)
Author:
Anne Fouilloux <annefou@…>
Branches:
master, 10.4.1_pesei, FPv9.3.1, FPv9.3.1b_testing, FPv9.3.2, GFS_025, bugfixes+enhancements, dev, fp9.3.1-20161214-nc4, grib2nc4_repair, release-10, release-10.4.1, scaling-bug, univie
Children:
3372ef9
Parents:
30006de
Message:

bug fix when looping over months/dates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • preproc/python/prepareFLEXPART.py

    r5763793 r0e29ef4  
    9090# data retrieved by year/month
    9191           if cyear != date.year or cmonth != date.month:
    92              print 'year : ' + str(date.year) + ' month : ', date.month
     92             print 'Prepare year : ' + str(date.year) + ' month : ', date.month
    9393             cyear = date.year
    9494             cmonth = date.month
     
    102102             flexpart = EIFlexpart()
    103103             flexpart.create(inputfiles, outputdir)
     104             
    104105
    105106if __name__ == "__main__":
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG