openradar / PyDDA

Pythonic multiple doppler code based off the 3D variational technique
http://openradarscience.org/PyDDA
Other
91 stars 44 forks source link

FIX: Mass continuity gradient in TensorFlow and remove #101

Closed rcjackson closed 1 year ago

rcjackson commented 1 year ago

I removed the automatic differentiation from the TensorFlow Engine in the mass continuity equation as it was giving zero gradients in the w direction. This caused w to explode to very large values when using the TensorFlow engine.