You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Dr. Mandel,
I found an inconsistent in WRF-Fire log file. I paste the last time step from log file. As you can see the cumulative burned area is 0.544E+07 m^2 at this time step and cumulative burned short grass is 0.3629E+07kg. The fgi setting for short grass in this simulation is 0.166 kg/m2 (mass loading of surface fuel; I use the default setting as you provided for namelist.fire). Assume all burned area is the short grass, we can estimate the upper bound of the total burned short grass: 0.544E+07 m^2 * 0.166 kg/m2 = 903040kg = 0.9E+06kg which is much less than 0.3629E+07kg in log file. Do you think it is a problem from WRF-Fire or from my analysis? If it is an issue from WRF-Fire, I suspect that the output in log (burned fuel and emissions) are wrongly multiply the coarse grid size not the subgrid size
@Porkking
Hi Zogrun, may I have your namelist.input rsl.error.0000 from the run, please?
I think the discrepancy is because the "Fire area" number is within the patch the rsl file is for, this was meant for quick diagnotiscs only, but the numbers from the emissions are added up over the whole domain by MPI.
I should add some more descriptive prints.
It seems you are running with ifire=1 (WRF-SFIRE) not ifire=2 (WRF-Fire, which we contributed to WRF back in 2012 but then it underwent changes at NCAR we were not involved in)
Jan
Hi Dr. Mandel,
You are right. I am running WRF-SFIRE model. Here is my namelist.input. namelist.input.txt
I shared the rsl.error.0000 via drive: https://drive.google.com/file/d/1nffAeYQSqzUrzUGyvRi92BXFds6GELVL/view?usp=sharing
I do not think burned area has something wrong. I calculate it based on WRF output (FUEL_FRAC * subgird_mesh_area) and it close to what I have in the log file.
I also estimate emission from WRF-FIRE by the WRF-FIRE output and input. The emission in log file is 100 times of my estimation. My method is exactly the same as your code here except the dx and dy I used. I use the subgrid output for FUEL_FRAC and fgip (fuel load for each fuel category) from namelist.fire to estimate fuel_burnt and then use emission factor from namelist.fire_emission to estimate emis. The difference is that I use subgrid dx and dy at the last step to estimate s_fuel. If you use meshgrid length of the domain rather than the subgrid length, we will have 100 times difference since my subgrid ratio is 10.
Hi Dr. Mandel,
I found an inconsistent in WRF-Fire log file. I paste the last time step from log file. As you can see the cumulative burned area is 0.544E+07 m^2 at this time step and cumulative burned short grass is 0.3629E+07kg. The fgi setting for short grass in this simulation is 0.166 kg/m2 (mass loading of surface fuel; I use the default setting as you provided for namelist.fire). Assume all burned area is the short grass, we can estimate the upper bound of the total burned short grass: 0.544E+07 m^2 * 0.166 kg/m2 = 903040kg = 0.9E+06kg which is much less than 0.3629E+07kg in log file. Do you think it is a problem from WRF-Fire or from my analysis? If it is an issue from WRF-Fire, I suspect that the output in log (burned fuel and emissions) are wrongly multiply the coarse grid size not the subgrid size
WRF-SFIRE/phys/module_fr_sfire_atm.F
Line 1089 in 681dc5a
Thanks,
Zongrun
The text was updated successfully, but these errors were encountered: