Skip to content

Commit e5cb182

Browse files
committed
Fix for runs from perimeter
1 parent 3788bd4 commit e5cb182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

state/state_mod.F90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ subroutine Init_fuel_vars (this)
343343
k = int (this%nfuel_cat(i, j))
344344
this%fuel_load_g(i, j) = this%fuels%fgi(k)
345345
if (k == this%fuels%no_fuel_cat) then
346-
this%fuel_time(i, j) = 0.0
346+
! Just what was there before
347+
this%fuel_time(i, j) = 7.0 / 0.85
347348
else
348349
! set fuel time constant (the e-folding time)
349350
! burn time from fuels: weight=1000 => 40% decrease over 10 min

0 commit comments

Comments
 (0)