Skip to content

Commit 0f3782e

Browse files
Updating depth range of copernicusmarine
1 parent 47f5b78 commit 0f3782e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parcels/_datasets/structured/circulation_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"vo": (["depth", "latitude", "longitude", "time"], np.random.rand(T, Z, Y, X)),
1919
},
2020
coords={
21-
"depth": (["depth"], np.linspace(0, 5000, Z), {"axis": "Z"}),
21+
"depth": (["depth"], np.linspace(0.49, 5727.92, Z), {"axis": "Z"}),
2222
"latitude": (["latitude"], np.linspace(-90, 90, Y), {"axis": "Y"}),
2323
"longitude": (["longitude"], np.linspace(-180, 180, X), {"axis": "X"}),
2424
"time": (["time"], TIME, {"axis": "T"}),

0 commit comments

Comments
 (0)