Skip to content

Commit 15c1f59

Browse files
Change number of grid vertices back to 20x20 for test
1 parent 853b84d commit 15c1f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parcels/_datasets/unstructured/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__all__ = ["Nx", "datasets"]
88

99
T = 13
10-
Nx = 10
10+
Nx = 20
1111
vmax = 1.0
1212
delta = 0.1
1313
TIME = xr.date_range("2000", "2001", T)

0 commit comments

Comments
 (0)