-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Balbi model #45
Comments
namelist.input_ifire_1 namelist.input_ifire_2 namelist.input -> namelist.input_ifire_1
From 9e70428 Subroutine fire_ros_balbi receives the number of fuel category, and windspeed and slope, both projected on the propagation direction, if fire_advection=0. fire_advection not 0 was something else but is not supported by the current code. |
Do do: In #3 standalone:
In module_fr_sfire_phys:
Above module_fr_sfire_phys:
Future:
Inside fire_ros_balbi:
|
@jstu42 @adamk0 @Fergui |
@jstu42 @adamk0 @Jeremy-Benik @Fergui Feeding fire_ros_balbi from WRF arrays 62ce9e0 when ibeh=2 in namelist.fire. It also creates fuels.m but using fuels.m with ROS diagnostics and visualization needs to be tested. fire_ros_balbi iterations result in negative ROS (and therefore do not converge) when the wind speed in the propagation direction is negative. The code is in branch develop-45 |
Add Balbi fire model as an alternative to Rothermel model.
The text was updated successfully, but these errors were encountered: