Skip to content

Commit 760cf13

Browse files
Correction to vertical grid coordinate
1 parent c4ab73b commit 760cf13

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
@@ -172,7 +172,7 @@ def _fesom2_square_delaunay_uniform_z_coordinate():
172172
dims=["time", "nz", "n_node"],
173173
coords=dict(
174174
time=(["time"], date_array),
175-
nz1=(["nz"], zf),
175+
nz=(["nz"], zf),
176176
),
177177
attrs=dict(
178178
description="vertical velocity", units="m/s", location="node", mesh="delaunay", Conventions="UGRID-1.0"

0 commit comments

Comments
 (0)