Skip to content

Commit ae727e6

Browse files
committed
Update docstring
1 parent bd902c7 commit ae727e6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/parcels/_core/particle.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ class Variable:
2626
initial :
2727
Initial value of the variable. Note that this can also be a Field object,
2828
which will then be sampled at the location of the particle
29-
to_write : bool, 'once', optional
30-
Boolean or 'once'. Controls whether Variable is written to NetCDF file.
31-
If to_write = 'once', the variable will be written as a time-independent 1D array
29+
to_write : bool, optional
30+
Controls whether Variable is written to output file.
3231
attrs : dict, optional
3332
Attributes to be stored with the variable when written to file. This can include metadata such as units, long_name, etc.
3433
"""

0 commit comments

Comments
 (0)