Skip to content

Variable summing update to work in all cases #319

Open
@rschwant

Description

You need to specify variables in order for summing to work. This is not a huge problem because you can just add the variables in the yaml file and all works well. But let's update this so that if you do not provide any changes to the variables, you can still sum variables. I believe all that is needed is to add a line in the driver

if variable_dict = None:
variable_dict = [].

But we could find other solutions too. This is non-urgent and can be fixed after AGU and holidays but noting it here so we do not forget to update.

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    • Status

      No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions