We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd902c7 commit ae727e6Copy full SHA for ae727e6
1 file changed
src/parcels/_core/particle.py
@@ -26,9 +26,8 @@ class Variable:
26
initial :
27
Initial value of the variable. Note that this can also be a Field object,
28
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
+ to_write : bool, optional
+ Controls whether Variable is written to output file.
32
attrs : dict, optional
33
Attributes to be stored with the variable when written to file. This can include metadata such as units, long_name, etc.
34
"""
0 commit comments