Skip to content

Commit a599318

Browse files
committed
Review feedback
1 parent fc813ed commit a599318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parcels/_core/particle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def get_default_particle(spatial_dtype: type[np.float32] | type[np.float64]) ->
147147
"standard_name": "latitude",
148148
"units": "degrees_north",
149149
"axis": "Y",
150-
}, # TODO v4: Update to ensure that units come from the model
150+
}, # TODO v4: https://github.com/Parcels-code/Parcels/issues/2720
151151
),
152152
Variable(
153153
"x",
@@ -156,7 +156,7 @@ def get_default_particle(spatial_dtype: type[np.float32] | type[np.float64]) ->
156156
"standard_name": "longitude",
157157
"units": "degrees_east",
158158
"axis": "X",
159-
}, # TODO v4: Update to ensure that units come from the model
159+
}, # TODO v4: https://github.com/Parcels-code/Parcels/issues/2720
160160
),
161161
Variable("dz", dtype=spatial_dtype, to_write=False),
162162
Variable("dy", dtype=spatial_dtype, to_write=False),

0 commit comments

Comments
 (0)