Hi - I am running simulations with large numbers of drifters. If I write data for all drifters to a single file, this file ends up rather large and difficult to work with.
I could write the output for each drifter to a separate file using
<filename>drifter1.nc</filename>
<drifterNumber>1</drifterNumber>
But with several thousand drifters, that's a lot of files!
Is there a way to write multiple drifters to files, or is it a choice between everything in one file, or everything in a separate file?
I tried <drifterNumber>1:1000</drifterNumber> but get an error message that 1:1000 is not a number.
Thanks