pywasp.LandCoverTable.from_dict_raupach
- classmethod LandCoverTable.from_dict_raupach(dic)[source]
Use Raupach model to convert treeheight and LAI
Use model [4] for describing roughness and displacement.
Required in the dictionary are * h: tree height [m] * lai: leaf area index [-]
Warning
This function is experimental and its signature may change.
- Parameters:
dic (
dict
) – dictionary to be converted to landcover table- Returns:
LandCoverTable
– LandCoverTable class with valid roughness and displacement- Raises:
KeyError – For landcover classes which don’t have the keys to run the Raupach model (h and lai) nor the WAsP required keys z0 and d * h: tree height [m] * lai: leaf area index [-]