columncolab / EMC2

Earth Model Column Collabratory
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

FIX: Order of processing in qc subcolumn generator #97

Closed rcjackson closed 1 year ago

rcjackson commented 1 year ago

When generating the subcolumns for qc, the subcolumn generator was reversing the time order when looping over all of the times. This caused the qc values to be flipped in the LES domain, and likely reversed in the time domain. This fixes that issue (#96). Raw model output: LES_out_raw_q EMC^2 output now: LES_out_emc2_q

rcjackson commented 1 year ago

CI has passed and this has @isilber 's approval. Merging.