Skip to content

Commit 604d0dc

Browse files
committed
Docs?
1 parent e536e27 commit 604d0dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/using/landsea/create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ nothing
2121
First, we must define the ERA5 datasets, and the GeoRegion of interest.
2222
````@example landseamask
2323
e5ds = ERA5Dummy()
24-
geo = RectRegion("JAV","GLB","Java",[-5.5,-9,115,105],savegeo=false)
24+
geo = RectRegion("JAV","GLB","Java",[-5.5,-9,115,105],save=false)
2525
egeo = ERA5Region(geo)
2626
````
2727

2828
Then, we retrieve the ERA5 Reanalysis LandSea Dataset
29-
````@example landseamask
29+
<!-- ````@example landseamask
3030
# lsd = getLandSea(e5ds,egeo)
31-
````
31+
```` -->
3232

3333
And we plot them below for comparison:
3434
## API

0 commit comments

Comments
 (0)