//欧洲中心
 public List <ForecastInfo> showEcmwf(DateTime dt)
 {
     return(dfservice.GetEcmwfData(dt));
 }