Initial atmosphere_concentration normalized
This commit is contained in:
parent
ec6add4881
commit
dc12ee3359
1 changed files with 1 additions and 1 deletions
|
|
@ -1077,7 +1077,7 @@ class _ConcentrationModelBase:
|
|||
# The model always starts at t=0, but we avoid running concentration calculations
|
||||
# before the first presence as an optimisation.
|
||||
if time <= self._first_presence_time():
|
||||
return self.atmosphere_concentration()
|
||||
return self.atmosphere_concentration()/self.normalization_factor()
|
||||
next_state_change_time = self._next_state_change(time)
|
||||
RR = self.removal_rate(next_state_change_time)
|
||||
conc_limit = self._normed_concentration_limit(next_state_change_time)
|
||||
|
|
|
|||
Loading…
Reference in a new issue