We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b111e4e commit e21febcCopy full SHA for e21febc
f2py/Gas_simulation_f2py.py
@@ -70,7 +70,7 @@
70
#Define a start time
71
hour_of_day=12.0
72
start_time=hour_of_day*60*60 # seconds, used as t0 in solver
73
- simulation_time= 7200.0 # seconds
+ simulation_time= 10800.0 # seconds
74
batch_step=100.0 # seconds
75
#2)Generate constants used in rate of reaction calculations
76
#Convert RH to concentration of water vapour molecules [this will change when in Parcel model mode]
0 commit comments