mcjason413
New member
How to find the height of the indoor air temperature "TLEV_URB3D" and floor temperature "TFLEV_URB3D" from the output of WRF-BEM simulation?
In module_sf_bep_bem.F:
tlev1D(iz_u,ibui)= tlev_urb3d(ix,ind_bd(ibui,iz_u),iy)
tlev_urb3d(ix,ind_bd(ibui,iz_u),iy)=tlev1D(iz_u,ibui)
In module_sf_urban.F:
TLEV_URB3D(I,:,J)=tlayer0_urb(I,1,J)
So, TLEV_URB3D is calculated from the "tlayer0_urb", but how is this variable initialized? In module_sf_urban.F, the "SUBROUTINE urban_var_init" has "TLAYER0_URB", but I don't understand from where it gets the initial values.
In module_sf_bep_bem.F:
tlev1D(iz_u,ibui)= tlev_urb3d(ix,ind_bd(ibui,iz_u),iy)
tlev_urb3d(ix,ind_bd(ibui,iz_u),iy)=tlev1D(iz_u,ibui)
In module_sf_urban.F:
TLEV_URB3D(I,:,J)=tlayer0_urb(I,1,J)
So, TLEV_URB3D is calculated from the "tlayer0_urb", but how is this variable initialized? In module_sf_urban.F, the "SUBROUTINE urban_var_init" has "TLAYER0_URB", but I don't understand from where it gets the initial values.