Changeset 555 in lmdz_wrf for trunk


Ignore:
Timestamp:
Jul 3, 2015, 1:03:51 PM (10 years ago)
Author:
lfita
Message:

Working version with `varOPERS'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/read_ISD.py

    r554 r555  
    207207    aopers = ['sumc','subc','mulc','divc']
    208208
     209    fmts = ['D', 'F', 'I', 'I64', 'S']
    209210    Nfmts = len(fmts)
    210211
     
    659660##
    660661datavalues = read_datavalues_conline(opts.obsfile, charcomments, formats,            \
    661   description['varL'], description['varOPER'], description['MissingValue'],          \
     662  description['varOPER'], description['varL'], description['MissingValue'],          \
    662663  description['varN'], debug)
    663664
Note: See TracChangeset for help on using the changeset viewer.