Published February 2, 2018
| Version v1.0.1
Software
Open
OceanParcels/parcels: Parcels v1.0.1: a Lagrangian Ocean Analysis tool for the petascale age
Authors/Creators
- 1. Utrecht University
- 2. Imperial College London
Description
Parcels v1.0.1 builds on the previous v1.0 release. Major changes since then:
- Changes to the arguments of
ParticleSet.execute(): (#289)- the
intervalargument has been renamedoutputdtand should now be set when creating theParticleFileobject - the
show_movieargument has been split into amoviedtargument (to set the frequency of the animation) and amovie_background_fieldargument that determines which background field to show (either aFieldobject, or the stringvector) or the defaultNonefor no background field endtimecannot be atimedeltaobject anymore. Only valid formats forendtimeare adatetimeobject or adouble. If you want to give atimedeltaobject, use theruntimeargument- Except for
dt, all arguments controlling intervals should always be positive, regardless of whether you run in forward or backward mode. Hence, to change the direction of a run, the only thing to change is to negatedt
- the
- Renaming of old
FieldSet.from_nemo()toFieldSet.from_parcels()and newFieldSet.from_nemoto handle Curvilinear NEMO grids (#285) - Adding of a
timerclass to profile CPU time (#288) - Adding of option
ParticleFile(..., write_ondelete=True) to write only particle data when particle is deleted (#290) - Adding option to write
Kernelsdirectly as C-functions, forJITParticles(#278)
Files
OceanParcels/parcels-v1.0.1.zip
Files
(1.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:248ec644773ca4b1f904a1610d84aa08
|
1.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/OceanParcels/parcels/tree/v1.0.1 (URL)