Skip to content

Incorporate the impact of O2 concentration on fuel flammability #2728

@samsrabin

Description

@samsrabin

incorporate the impact of O₂ concentration on fuel flammability to address the fire overestimation in Tibet:

(1) Add:

forc_po2 => atm2lnd_inst%forc_po2_grc, & ! Input: [real(r8) (:)]  O2 partial pressure (Pa)

(2) fire_m should be changed to:

fire_m = ((afuel*arh30+(1._r8-afuel)*arh)**1.5_r8) &
     *((1._r8-btran_col(c)/wtlf(c))**0.5_r8) &
     *min(1._r8, max(0._r8, (forc_po2(g)-15000)/2500._r8))

Originally posted by @lifang0209 in #2726 (comment)

Metadata

Metadata

Assignees

Labels

closed: wontfixWe won't fix this issue, because it would be too difficult and/or isn't important enough to fix

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions