Changeset e5884c9 in flex_extract.git


Ignore:
Timestamp:
Dec 7, 2018, 4:27:30 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
a55ac71
Parents:
a4531f1
Message:

minor fix for purefc check

Location:
source/python/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/python/classes/ControlFile.py

    r4d3b052 re5884c9  
    6161import _config
    6262from mods.tools import my_error, silent_remove
    63 from mods.checks import check_grid, check_area, check_levels
     63from mods.checks import check_grid, check_area, check_levels, check_purefc
    6464
    6565# ------------------------------------------------------------------------------
  • source/python/classes/EcFlexpart.py

    ra4531f1 re5884c9  
    917917                            t_enddate = t_date + timedelta(2*int(c.dtime))
    918918
    919                             # squeeze out information of last two steps contained
    920                             # in deac_vals[parId]
    921                             # if step+int(c.dtime) == c.maxstep and c.purefc
    922                             # or t_dt+timedelta(hours = int(c.dtime))
    923                             # >= t_enddate:
    924                             # Note that deac_vals[parId][0] has not been popped in this case
     919                            # squeeze out information of last two steps
     920                            # contained in deac_vals[parId]
     921                            # Note that deac_vals[parId][0] has not been popped
     922                            # in this case
    925923
    926924                            if step == c.maxstep and c.purefc or \
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG