Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Confusion in interpreting the variable HFX in the wrfout file

fpw

New member
Hi everyone!
I am using WRF4.5.2 to study anthropogenic heat flux. I used SLUCM and the cglc_modis_lcz map provided by WRF, and set AHOPTION=1 in URBPARM_LCZ.TBL. Then I used the visualization software panoply to view the HFX values in wrfout, and the results are provided in the attachment. The numbers 0-8 in the attached images represent the HFX distribution from 0:00 to 8:00 on July 1, 2022, but this result confuses me. I have the following questions.
1.What do negative values in HFX represent? Why do some regions have HFX exceeding 400?
2.Why is the HFX value in vegetation areas high and higher than in urban areas from time 0 to 7? Because based on the information I know, the heat flux in vegetation areas should be lower than that in urban areas.
3.How WRF calculates HFX?Where can I find more detailed information about HFX.
Thanks!
 

Attachments

  • 0.png
    0.png
    123.1 KB · Views: 1
  • 1.png
    1.png
    136.6 KB · Views: 1
  • 2.png
    2.png
    151.1 KB · Views: 1
  • 3.png
    3.png
    156.5 KB · Views: 1
  • 4.png
    4.png
    156.5 KB · Views: 1
  • 5.png
    5.png
    157.6 KB · Views: 1
  • 6.png
    6.png
    155.7 KB · Views: 1
  • 7.png
    7.png
    153.5 KB · Views: 1
  • 8.png
    8.png
    143.5 KB · Views: 0
Please see my answers below:

1.What do negative values in HFX represent? Why do some regions have HFX exceeding 400?
HFX is surface sensible heat flux, which is positive upward in WRF. Its value depends on several factors, including vegetation cover, land use type, climate, and time of day, etc. Negative HFX means downward sensible hear flux.
2.Why is the HFX value in vegetation areas high and higher than in urban areas from time 0 to 7? Because based on the information I know, the heat flux in vegetation areas should be lower than that in urban areas.
I agree. What are the local sun time of your model time 0-7 ? Can you plot time series of HFX over urban points and over vegetated points? I hope this can give a clear picture of model behavior.
3.How WRF calculates HFX?Where can I find more detailed information about HFX.
HFX is calculated in SFCLAY module. Depending on your option of sf_sfclay_physics, the calculation is slightly different. You can find the example in phys/module_sf_sfclayrev.F.
 
Top