MetOffice / opsinputs

JEDI library generating VarObs and Cx files
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

GeneralMode being set by the last filter #217

Closed mikecooke77 closed 1 month ago

mikecooke77 commented 2 months ago

If both varobs and cx writers are being used the GeneralMode last set by the constructor is being used for both filters after this. This should not be the case. I think this is the case because the filters are compiled together and so make use of the same Gen modules. The perils of passing variables through by modules.