-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
Hello, I'm trying to understand how the brownian motion kernel works.
To get an example working I've been building off of the brownian motion example here: https://github.com/OceanParcels/parcels/blob/master/parcels/examples/example_brownian.py
Two questions:
- Why are the Kh_zonal and Kh_meridional 2x2 matrices of with the diffusion constants (for U and V)? Is this somehow representing the covariance between the U and V values?
- What is the units for the
kh_zonal = 100andkh_meridional = 100diffusion constants? The example makes it look like this is in degrees, but wouldn't that be an enormous amount of diffusion?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels