Changeset b9ce98c in flex_extract.git for Source/Python/Classes/ControlFile.py


Ignore:
Timestamp:
Oct 22, 2022, 10:33:00 PM (19 months ago)
Author:
Anne Tipka <anne.tipka@…>
Branches:
dev
Children:
6a9dbfd
Parents:
7c4bd59
Message:

added CONTROL file option for grib compression type / set packingType parameter in grib messages

File:
1 edited

Legend:

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

    r75db9b0 rb9ce98c  
    228228        Switch to select further parameters for retrievment to support
    229229        WRF simulations. Default value is 0.
     230
     231    compression : str
     232        Compression type for grib messages. Standard is "grid_simple".
    230233
    231234    ecfsdir : str
     
    396399        self.cwc = 0
    397400        self.wrf = 0
     401        self.compression = 'grid_simple'
    398402        self.ecfsdir = 'ectmp:/${USER}/econdemand/'
    399403        self.mailfail = ['${USER}']
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG