SFCEVP

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

littleho_song

New member
Dear help,

What is the quantity of SFCEVP when I choose sf_surface_physics = 2 which is NOAH LSM?

Is it total transpiration (tree + grass + soil ... )? or potential evaptranspiration?

thanks
 
SFCEVP is total moisture flux at the surface, equivalent to evapotranspiration.

QFX is calculated in phys/module_sf_noahdrv.F, which is then used to calculate SFCEVP

in phys/module_surface_driver.F

SFCEVP(I,J)= SFCEVP(I,J) + QFX(I,J)*DTBL

in phys/module_sf_noahdrv.F, you can track how QFX is calculated.

It is hard to describe the details and codes here. please read the code and relevant paper to better understand this issue.
 
Back
Top