Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make timeaverage switch per-component #209

Open
singhd789 opened this issue Oct 16, 2024 · 0 comments
Open

Make timeaverage switch per-component #209

singhd789 opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@singhd789
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently do_timeavgs is a per-experiment switch in the yaml framework in the [shared][postprocess][switches] section . User's would like this to be per-component as some components involve time averaging and some do not.

Describe the solution you'd like
An option would be to include the switch with the specific component information

 components:
    - type: "atmos"
      sources: "atmos_month"
      sourceGrid: "cubedsphere"
      xyInterp: *PP_XYINTERP96
      interpMethod: "conserve_order2"
      inputRealm: 'atmos'
      timeAverage: True

Ensure proper handling of this change in workflow.

@singhd789 singhd789 self-assigned this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant