Closed willschlitzer closed 3 years ago
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. We appreciate that you took the time to contribute!
Please make sure you read our Contributing Guide and abide by our Code of Conduct.
Thanks. Reproducible with (change +z value at will)
gmt solar -Rd -Td+d2021-01-24T10:57:00+z10 -JW0/15c -Ba -png map
Using the +z modifier, I'm attempting to change the time zone for the -T parameter for
solar
. However, changing the time zone does not result in a different display of the day/night terminator as would be expected. This is an error I found when attempting to wrap the function in PyGMT, and @joa-quim asked me to open an issue at this forum post.Full script that generated the error
The scripts that I'm passing will be with my PyGMT wrapped version of
solar
, but I believe it will adequately demonstrate the issue. Using identicalFigure.coast
commands, these different solar plots result in identical figures.fig.solar(Td="+d1990-02-24T10:57:00+z0", fill="navyblue@80")
fig.solar(Td="+d1990-02-24T10:57:00+z10", fill="navyblue@80")
fig.solar(Td="+d2021-01-24T10:57:00+z-8", fill="navyblue@80")
Actual outcome
Expected outcome
The plots to have different day/night terminators.
System information
gmt --version
): 6.1.1