You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create time series for years 1-100 for both b.e30_beta02.BLT1850.ne30_t232.104 and b.e23_alpha17f.BLT1850.ne30_t232.092, but it would be really nice if we could create time series for years 1-10, 11-20, 21-30, ..., 91-100 instead.
Describe the solution you'd like
Support nested lists, such as
Is your feature request related to a problem? Please describe.
The time series block of the
key_metrics
example looks likeThis will create time series for years 1-100 for both
b.e30_beta02.BLT1850.ne30_t232.104
andb.e23_alpha17f.BLT1850.ne30_t232.092
, but it would be really nice if we could create time series for years 1-10, 11-20, 21-30, ..., 91-100 instead.Describe the solution you'd like
Support nested lists, such as
While I'm here, another improvement to the time series generation API that I'd like is dropping the requirement for
And letting
case_name
be determined fromglobal_params
instead, specifically thecase_name
andbase_case_name
variables:For this, we could do something like
then users could still specify
timeseries.case_name
in the YAML, but if it's omitted then it's determined fromglobal_params
instead.The text was updated successfully, but these errors were encountered: