Skip to content

Commit

Permalink
Merge pull request #17 from EdFage/update-readme
Browse files Browse the repository at this point in the history
update readme.md
  • Loading branch information
peterdudfield authored Dec 6, 2023
2 parents 22c7b6e + 23de916 commit 39883ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 39883ad

Please sign in to comment.