[FEATURE REQUEST] Use different strings for 1-month and 1-year full chem benchmark type in run scripts #87
Labels
category: Feature Request
New feature or request
never stale
Never label this issue as stale
topic: Benchmark Plots and Tables
Issues pertaining to generating plots/tables from benchmark output
I noticed our 1-month and 1-year full chem benchmark scripts both have the same benchmark type variable. I think it would be more versatile if we distinguished between the two types.
For example, for budget we pass the benchmark type and it would be useful to determine if it's 1-month or 1-year from that variable in the logic to set units. Right now it checks if the seconds interval is greater than 3e7 to determine if it is 1-year.
Distinguishing between 1-month and 1-year would also enable logic to determine whether to use xarray open_dataset or open_mfdataset which merges multiple files.
The text was updated successfully, but these errors were encountered: