Changeset 73a8df2 in flex_extract.git


Ignore:
Timestamp:
Oct 26, 2022, 9:27:29 AM (18 months ago)
Author:
Anne Tipka <anne.tipka@…>
Branches:
dev
Children:
284ae90
Parents:
b8037ed
Message:

added output at the end to show which packingType was used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/Classes/EcFlexpart.py

    rb9ce98c r73a8df2  
    14791479
    14801480        gribfile = GribUtil(os.path.join(inputdir, 'rr_grib_dummy.grb'))
    1481        
     1481
    14821482        gribfile.copy_dummy_msg(ifile, keynames=['paramId','paramId'],
    1483                                 keyvalues=[142,143], filemode='wb')       
     1483                                keyvalues=[142,143], filemode='wb')
    14841484
    14851485        return
     
    18801880        print('\n\nPostprocessing:\n Format: {}\n'.format(c.format))
    18811881
     1882        print('\n\nGrib compression type:\n packingType: {}\n'.format(c.compression))
     1883
    18821884        if _config.FLAG_ON_ECMWFSERVER:
    18831885            print('ecstorage: {}\n ecfsdir: {}\n'.
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG