This repository contains the code for CHEEREIO, which supports data assimilation and emissions inversions for arbitrary runs of the GEOS-Chem chemical transport model via an ensemble approach (i.e. without the model adjoint).
At line 124 in advance_timestep.py, the file handle j is used inside the with open(...) as j: block. However, it might be clearer to change it to f to align with the f.write() call and maintain consistency.
At line 124 in advance_timestep.py, the file handle j is used inside the with open(...) as j: block. However, it might be clearer to change it to f to align with the f.write() call and maintain consistency.