first part of the comment
Thank you for reiterating your concerns and giving us the opportunity to clarify further. Please find our point-by-point response below.
> Aren't weather systems inherently variant over time (which is why predicting them at future times are of interest)?
The systems considered in the current work are regarded as being close to an [ergodic dynamical system](https://en.wikipedia.org/wiki/Ergodicity) which admits a stationary distribution that can be sampled by evolving the system in time (a close analogy would be some Markov chains having a invariant distribution). While over a few steps the system is time-variant as its state changes, the set of all states visited by the system over a long horizon is not.
Perhaps the simplest example to showcase these properties (as mentioned in our previous response) is the Lorentz system, which is a simplified mathematical model for atmospheric convection. The system is non-stationary in time (it relies on solving a time-dependent ODE), but if you sample snapshots (without the time-stamp) of a trajectory (or set of trajectories) for a long enough time, the samples will follow a given invariant distribution, which is often referred to as the Lorenz butterfly.
Climate systems (not weather, which is intrinsically transient) fall into this category approximately. One needs to sample from really long time spans (at least 10s of years in real time) to have a workable coverage of the underlying distribution.
In our work, we are concerned with two such stationary distributions - one ground truth with samples from the true system evolutions and the other consisting of samples from an approximation model (i.e. low-order PDE solver) with errors.
We are not sure if we were able to answer your question. If you feel that our response was not clear or if we missed the point of your question, would you be able to rephrase your question? We would be glad to answer it as soon as we can.
> At any rate, optimal transport appears to me to still pose a strong assumption on the structure of the weather systems, which have highly "discontinuous" dynamics with respect to their initial state: similar weather systems do not produce similar trajectories (Lines 32-34, and Footnote 1, Page 6).
The "discontinuous"/chaotic property mentioned highlights the difficulty of the “paired data” setup - even if there is correspondence in the initial conditions (from the two distributions considered): this correspondence will eventually get lost over time. This is why in our view learning a sample-to-sample mapping **paired via time** is not feasible. We adopt the “unpaired” data setup and instead attempt to learn the many-sample-to-many-sample (i.e. distributional) mapping. As stressed above, a critical assumption is that the system admits a stationary distribution and is sufficiently sampled. We are exploiting this particular property to re-establish the “pairedness” in the data via OT.
> Theoretically, why should optimal transport provide the correct "debiasing" solution?
The solution to the distribution mapping problem is not unique. OT treats the matching of the distributions as a constraint and additionally imposes a “cost” associated with the map and explicitly minimizes it. This “cost” is a measure of the deviation of $T(x)$, the map applied to $x$, from its input $x$. Intuitively, this means that we want the transport map to move the states **as little as possible** - in other words, the mapped state should still “look like” the original in some sense (here by minimizing the $L^2$ norm). We choose this cost to re-establish the paired relationship in the data. It is by no means the only constraint one can impose (e.g. cycGAN consistency enforces cycle consistency between the transports, while ClimAlign imposes the invertibility of the transport), but we believe it is the most intuitively sensible way.
In order to showcase this issue we have added a table in the [response](https://openreview.net/forum?id=5NxJuc0T1P¬eId=vufkqwLpfq) to reviewer zUt7. The table provides a comparison of the deviation and matching of the distributions for the distribution mapping method benchmarked, under as many applicable metrics as we can think of. Compared to the other baselines considered, OT is able to best match the marginals, i.e., mapping one distribution to another, while having a relatively small deviation from the input. We would be happy to add any other applicable metric that you would like us to include, to the final manuscript.