Recent Releases of virtualfleet

virtualfleet - v0.4.0 Release

In order to stay compatible with last Parcels development, we had to update VirtualFleet. This is a major internal refactoring that does not impact the user API

What's Changed

  • Fix parcels v3.0.0 by @gmaze in https://github.com/euroargodev/VirtualFleet/pull/24

Full Changelog: https://github.com/euroargodev/VirtualFleet/compare/v0.3.1...v0.4.0

- Python
Published by gmaze about 2 years ago

virtualfleet - v0.3.1 Release

What's Changed

  • Mission parameters per float by @quai20 in https://github.com/euroargodev/VirtualFleet/pull/22
  • Prepare for v0.3.1 by @gmaze in https://github.com/euroargodev/VirtualFleet/pull/25

Full Changelog: https://github.com/euroargodev/VirtualFleet/compare/v0.3.0...v0.3.1

- Python
Published by gmaze about 2 years ago

virtualfleet - v0.3.0 EARISE release

Major update to the software with breaking changes

This version add all the new features developed during the EARISE projet

What's Changed

  • managing groundings by @quai20 in https://github.com/euroargodev/VirtualFleet/pull/10
  • issues with var names by @quai20 in https://github.com/euroargodev/VirtualFleet/pull/11
  • VirtualFleet API updated design by @gmaze in https://github.com/euroargodev/VirtualFleet/pull/19
  • Make VirtualFleet a pypi package by @gmaze in https://github.com/euroargodev/VirtualFleet/pull/16
  • Readthedoc documentation by @gmaze in https://github.com/euroargodev/VirtualFleet/pull/20
  • Prepare VirtualFleet for publication as a pypi package by @gmaze in https://github.com/euroargodev/VirtualFleet/pull/21

Full Changelog: https://github.com/euroargodev/VirtualFleet/compare/v0.2.0...v0.3.0

- Python
Published by gmaze about 3 years ago

virtualfleet - Mission parameters tuning

```

Mission parameters

parkingdepth = 1000. #in m profiledepth = 2000. verticalspeed = 0.09 #in m/s cycleduration = 10. # in days

mission = {'parkingdepth':parkingdepth, 'profiledepth':profiledepth, 'verticalspeed':verticalspeed, 'cycleduration':cycleduration} VFleet = vaf.virtualfleet(lat=lat, lon=lon, depth=dpt, time=tim, vfield=VELfield, mission=mission) ```

- Python
Published by quai20 over 4 years ago

virtualfleet - VirtualFleet first release

This is the first release of Virtual Fleet with a single kernel (type of virtual Argo float) available and all its parameters are set internally.

- Python
Published by quai20 over 5 years ago