gcpy
gcpy copied to clipboard
[FEATURE REQUEST] Remove is_legacy option form GCpy benchmark scripts
After version 14.0 is released we plan to deprecate the is_legacy option from GCpy.
The is_legacy option is a logical switch used in benchmarking code to indicate if GCHP files were generated before 13.1. If set to true then the old GCHP diagnostic file format containing the string "GCHP" is used. Otherwise the new format introduced in 13.1 is used. This format contains the string "GEOSChem" rather than "GCHP" and matches GC-Classic diagnostic filenames.
I think this has now been removed from the code. Also is_pre_13.1 has since been removed in PR #222. We can close this out.