Changeset a4531f1 in flex_extract.git for source/python/mods/get_mars_data.py


Ignore:
Timestamp:
Dec 7, 2018, 4:09:42 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
e5884c9
Parents:
4d3b052
Message:

exchanged all if conditions for pure fc from 'maxstep > < 12/24' into purefc(==True)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/mods/get_mars_data.py

    r3f36e42 ra4531f1  
    259259            start = start - timedelta(days=1)
    260260
    261     if c.maxstep <= 24 and fluxes:
     261    if not purefc and fluxes:
    262262        start = start - timedelta(days=1)
    263263        end = end + timedelta(days=1)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG