Changes in / [3ca4c3e:f0dedeb] in flex_extract.git


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Run/Control/CONTROL_EA5

    re3c679d r33a4ccc  
    2020PREFIX EA
    2121CWC 1
     22RRINT 1
    2223ECTRANS 1
  • Source/Python/Classes/MarsRetrieval.py

    rf0dedeb rf0dedeb  
    505505            newattrs['year'] = date.year
    506506            newattrs['month'] = date.month
    507             newattrs['day'] =  date.day         
    508  
    509         # need to correct the time apperance for CDS surface field retrievals
    510         if attrs['type'] == 'FC': # for EA5 only flux fields are retrieved as FC type
    511             # need to convert fc start times 06/18 to usual AN times
    512             # since the surface fields can only be access through their validity time
    513             start, end, step = map(int,attrs['step'].split('/')[::2])
    514             newattrs['time'] = [ "{0:0=2d}".format(s) for s in range(0,24,step) ]
    515         elif '/' in attrs['time']: # we expect a list of times separated by /
    516             newattrs['time'] = attrs['time'].split('/')
    517         elif isinstance(attrs['time'], str): # we expect a single time in here
    518             newattrs['time'] = [ attrs['time'] ]
     507            newattrs['day'] =  date.day                 
    519508       
    520509        newattrs['product_type'] = 'reanalysis'
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG