Skip to content

Commit 85d3ecf

Browse files
committed
typo correction
1 parent 67aa922 commit 85d3ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ uv_daily.nc, ocean_depth.nc, and ocean_o2.nc. The examples can be run within the
195195
The example files contain the 3D structure of zonal and meridional wind over three daily time steps, created from GCM output; ocean topography data from GFDL's CM2.1 model, and oxygen data from GFDL's ESM2M model, provided by Thomas Froelicher. One script will create a spherical, one a rectangular plot of zonal wind. The ocean script will create a rectangular ocean basin.
196196
When using the example files, make sure to set `pvAtmosPath` within the example scripts or the command line to the directory containing `basic.py` and `grids.py`:
197197
```
198-
$ pvAtmosPath = 'path/to/pv_atmos/'
198+
$ pvAtmosPath = '/path/to/pv_atmos/'
199199
```
200200
The examples will import pv_atmos themselves, so no loading of pv_atmos is necessary prior to running the examples.
201201

0 commit comments

Comments
 (0)