Skip to content

over writing output image -- not appending timestep number #1650

@nicolemarsaglia

Description

@nicolemarsaglia

Having a scene declaration like this and each timestep is writing to this file path. We should append the timestep by default.

-
  action: "add_scenes"
  scenes:
    s1:
      plots:
        p1:
          type: "pseudocolor"
          field: "pressure"
          pipeline: "pl1"
        p2:
          type: "pseudocolor"
          field: "log_density"
          pipeline: "pl2"
      image_name: "marbl_3D_logdensity_over_pressure"

current result when running with a simulation: a single image named marbl_3D_logdensity_over_pressure.png

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions