Skip to content

Commit

Permalink
Changed the initial concentrations back to the original conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Topping authored and David Topping committed Aug 1, 2018
1 parent b132568 commit da26406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gas_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
#-------------------------------------------------------------------------------------
# Define initial concentrations, in pbb, of species using names from KPP file
species_initial_conc=dict()
species_initial_conc['O3']=60.0
species_initial_conc['APINENE']=40.0
species_initial_conc['O3']=18.0
species_initial_conc['APINENE']=30.0

# Save this information to a dictionary to pass to ODE solver
input_dict=dict()
Expand Down

0 comments on commit da26406

Please sign in to comment.