Skip to content

Commit a48a390

Browse files
authored
Merge pull request #66 from StevePny/kysolvik-patch-1
Update README.md with fixed tests and RTD link
2 parents 39b1fce + e5c5209 commit a48a390

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# DataAssimBench
1+
![Tests](https://github.com/StevePny/DataAssimBench/actions/workflows/python-ci-pip.yml/badge.svg)
22

3-
![Tests](https://github.com/StevePny/DataAssimBench/actions/workflows/python-ci-conda.yml/badge.svg)
3+
# DataAssimBench
44

55
This work follows the effort initiated by Rasp et al. in the WeatherBench <https://github.com/pangeo-data/WeatherBench>. Here, we create training sets and a process required to develop data assimilation methods and transition them from conception to full scale Earth system models.
66

@@ -125,3 +125,7 @@ gcp_obj = dab.data.GCP(**gcp_options) # Create data generator object
125125
ds_gcp = gcp_obj.load() # Loads data. Can also use gcp_obj.generate()
126126
ds_gcp # View the output values
127127
```
128+
129+
## Reference docs
130+
131+
For more detail, see our [documentation](https://dataassimbench.readthedocs.io/en/latest/)

0 commit comments

Comments
 (0)