/**
*@brief wrapper for GetWindHeight
*@return return wind height
*/
double genericSurfInitialization::Get_Wind_Height()
{
    return GetWindHeight("height_above_ground1");
}
/**
*@brief wrapper for GetWindHeight
*@return return wind height
*/
double ncepDgexSurfInitialization::Get_Wind_Height()
{
    return GetWindHeight("height_above_ground1");
}