We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3788bd4 commit e5cb182Copy full SHA for e5cb182
state/state_mod.F90
@@ -343,7 +343,8 @@ subroutine Init_fuel_vars (this)
343
k = int (this%nfuel_cat(i, j))
344
this%fuel_load_g(i, j) = this%fuels%fgi(k)
345
if (k == this%fuels%no_fuel_cat) then
346
- this%fuel_time(i, j) = 0.0
+ ! Just what was there before
347
+ this%fuel_time(i, j) = 7.0 / 0.85
348
else
349
! set fuel time constant (the e-folding time)
350
! burn time from fuels: weight=1000 => 40% decrease over 10 min
0 commit comments