ua-snap / cmip6-utils

Pipelines and utilites for working with CMIP6 data
0 stars 1 forks source link

Replace hard-coded frequencies #8

Closed Joshdpaul closed 5 months ago

Joshdpaul commented 5 months ago

Replace hard-coded “day” frequency in indicators.find_var_files_and_create_fp_dict(). Indicators that rely on variables in other domains (e.g. ocean) that have other frequencies (e.g. "Oday") this will fail. Perhaps use a lookup table to identify indicators that don't use "day" and run if/then routine to use correct frequency.

Joshdpaul commented 5 months ago

closed by #14