Skip to content

Commit e21febc

Browse files
authored
Adjust for comparison
1 parent b111e4e commit e21febc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f2py/Gas_simulation_f2py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
#Define a start time
7171
hour_of_day=12.0
7272
start_time=hour_of_day*60*60 # seconds, used as t0 in solver
73-
simulation_time= 7200.0 # seconds
73+
simulation_time= 10800.0 # seconds
7474
batch_step=100.0 # seconds
7575
#2)Generate constants used in rate of reaction calculations
7676
#Convert RH to concentration of water vapour molecules [this will change when in Parcel model mode]

0 commit comments

Comments
 (0)