This PR adds the possibility to shift longitudes in ipart.thr.rotatingTHR. Since rotatingTHR takes a list of filenames as input, rather than actual NCVARs, it's not possible to shift longitudes before passing them to the THR algorithm, as it is possible with ipart.thr.THR.
This PR adds the possibility to shift longitudes in
ipart.thr.rotatingTHR
. SincerotatingTHR
takes a list of filenames as input, rather than actualNCVAR
s, it's not possible to shift longitudes before passing them to the THR algorithm, as it is possible withipart.thr.THR
.