-
Notifications
You must be signed in to change notification settings - Fork 6
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
Take into account solar differential rotation #21
Comments
The solar differential rotation is now by default calculated with respect to latitude, based on the rLSQ method of Beljan et al. (2017):
In the following example, this affects especially Ulysses at latitude 25.40° (visible at its Parker spiral close to STEREO-A) and the Parker spiral of the reference, which originates at a latitude of 30°. (Both plots produced with the new default This behavior can be mostly deactivated (for backwards compatibility and testing) by initializing sm = SolarMACH(date, body_list, vsw_list, reference_long, reference_lat, coord_sys, diff_rot=False) But note that this still deviates from the previous behavior! This setting just sets the latitude to zero, i.e., ω=14.50 (deg/day). Previously used was ω=360/25.38=14.18 (deg/day)! |
Right now, the solar rotation period at the equator is used to calculate Parker spirals and perform ballistic backmapping. For near-ecliptic observers this might be fine, but with Solar Orbiter going to higher latitudes, this needs to be adjusted by taking into account the solar differential rotation.
The text was updated successfully, but these errors were encountered: