diff --git a/README.md b/README.md index 8bc37428..19f901da 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The aim of the project is to build an open source PV forecast that is free and easy to use. Open Climate Fix also provide a commercial PV forecast, please get in touch at quartz.support@openclimatefix.org -The current model uses GFS NWPs to predict the solar generation at a site +The current model uses GFS or ICON NWPs to predict the solar generation at a site ```python @@ -16,8 +16,8 @@ from quartz_solar_forecast.pydantic_models import PVSite # make input data site = PVSite(latitude=51.75, longitude=-1.25, capacity_kwp=1.25) -# run model -predications_df = run_forecast(site=site, ts='2023-11-01') +# run model, uses ICON NWP data by default +predictions_df = run_forecast(site=site, ts='2023-11-01') ``` Which gives the following prediction