Changeset 365c82a in flex_extract.git for Source/Python/Mods/get_mars_data.py


Ignore:
Timestamp:
Oct 26, 2022, 11:18:52 AM (19 months ago)
Author:
Anne Tipka <anne.tipka@…>
Branches:
dev
Children:
c62bec0
Parents:
284ae90
Message:

corrected date setting for operational retrieval for basetime 00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/Mods/get_mars_data.py

    r284ae90 r365c82a  
    293293    chunk = timedelta(days=int(c.date_chunk))
    294294
    295     if c.basetime == 0:  # non-fluxes
     295    if c.basetime == 0 and not fluxes:  # non-fluxes
    296296        start = start - timedelta(days=1)
    297297
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG