Hi
I have a question about the energy budget, latent and sensible heat fluxes. I run WRF for two times in the same location, the first run which is the original run has a lower roughness length and higher albedo, whereas the second run has a lower albedo and a higher roughness length. for the second run there was an increase in the net radiative flux and ground heat flux which in turn increase the sensible heat flux. But the thing that I can't understand that why the latent heat flux decreases! the bowen ratio for the first run was about 1 where as for the second run it was 3 which is a big difference between both of them.
The second concern that the energy budget (NOAH_LSM) doesn't close with me for both run (the residuals -1.2 w/m2), it's not balanced!!
This is how I calculate it:
gsw = (1-ALBEDO) * SWDOWN
glw = GLW
lwupflux = np.power(TSK,4) * STBOLT
netlw = EMISS*(glw-lwupflux)
netrad = gsw + netlw
seb = netrad + GRDFLX -HFX -LH
Please anyone can help!
I have a question about the energy budget, latent and sensible heat fluxes. I run WRF for two times in the same location, the first run which is the original run has a lower roughness length and higher albedo, whereas the second run has a lower albedo and a higher roughness length. for the second run there was an increase in the net radiative flux and ground heat flux which in turn increase the sensible heat flux. But the thing that I can't understand that why the latent heat flux decreases! the bowen ratio for the first run was about 1 where as for the second run it was 3 which is a big difference between both of them.
The second concern that the energy budget (NOAH_LSM) doesn't close with me for both run (the residuals -1.2 w/m2), it's not balanced!!
This is how I calculate it:
gsw = (1-ALBEDO) * SWDOWN
glw = GLW
lwupflux = np.power(TSK,4) * STBOLT
netlw = EMISS*(glw-lwupflux)
netrad = gsw + netlw
seb = netrad + GRDFLX -HFX -LH
Please anyone can help!