Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storm relative radial/tangential wind #653

Open
jrleeman opened this issue Dec 5, 2017 · 1 comment
Open

Storm relative radial/tangential wind #653

jrleeman opened this issue Dec 5, 2017 · 1 comment
Labels
Area: Calc Pertains to calculations GEMPAK Conversion Needed to replicate GEMPAK functionality

Comments

@jrleeman
Copy link
Contributor

jrleeman commented Dec 5, 2017

Calculate the storm relative radial/tangential wind, the equivalent of GEMPAK's MTNG, MRAD.

From GEMPAK Docs:

MTNG  Magnitude of storm relative tangential wind
      MTNG ( V, LAT, LON, DIR, SPD ) = DOT ( Vrel, k X R )
             where Vrel is the velocity minus the storm motion vector
             specified by DIR and SPD, and R is a unit vector
             tangent to a great circle arc from the storm center
             specified by LAT, LON to a grid point.  k denotes the
	     local vertical unit vector.
MRAD  Magnitude of storm relative radial wind
      MRAD ( V, LAT, LON, DIR, SPD ) = DOT ( Vrel, R )
             where Vrel is the velocity minus the storm motion vector
             specified by DIR and SPD, and R is a unit vector
             tangent to a great circle arc from the storm center
             specified by LAT, LON to a grid point.
@jrleeman jrleeman added Area: Calc Pertains to calculations GEMPAK Conversion Needed to replicate GEMPAK functionality labels Dec 5, 2017
@jrleeman jrleeman changed the title Storm relative tangential wind Storm relative radial/tangential wind Dec 5, 2017
@jbzambon
Copy link

If anyone is looking for this function, I put together some scripts that may be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Calc Pertains to calculations GEMPAK Conversion Needed to replicate GEMPAK functionality
Projects
None yet
Development

No branches or pull requests

2 participants