drifter data
#1054
Replies: 3 comments 1 reply
|
Hi, I am not sure what is what you want do to. You can define the integration time step and the output time step for your particles, and the latitude and longitude are stored for the particles (seeds) by default. Please clarify... |
1 reply
|
Ah, you can save them in a NetCDF output file with the option o.run(time_step=900, time_step_output=1800, outfile=outfile) now if you mean during the run, as part of the output log, that I don't know, sorry |
0 replies
|
During the run (within the update method of your module), positions are accessed as After the run, positions are accessed with or |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Any suggestions on how to extract latitude and longitude of the seeds at each time step of the model run?
All reactions