Add a class to merge multiple GW files into one
In order to allow easy parallelization over multiple sources, let us write a class FileMerge
which opens a list of GW files, and merge them into a single GW file, in which each link response is the sum of the input file's same link response.