ReadingClouds / Subfilter

python code to compute sub-filter quantities from MONC output.
0 stars 1 forks source link

Appending on Rerun #19

Open trjr opened 2 years ago

trjr commented 2 years ago

When override=False, we can skip reworking calculations that have already been done. Is it the intention to also permit new fields to be written to existing files? For example, should I be able to filter for the list ['u','v'], then rerun with the list ['u','v','w'] and expect the filter of w to be added to the file? If so, it's not working for me. If not, I suppose it would just be good to know.