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 static switch per-component #208

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

Make static switch per-component #208

singhd789 opened this issue Oct 16, 2024 · 0 comments

Comments

@singhd789
Copy link
Collaborator

singhd789 commented Oct 16, 2024

Is your feature request related to a problem? Please describe.
Currently do_statics 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 have static components.

Describe the solution you'd like
An option can be to include staticSources:

 components:
    - type: "atmos"
      sources: "atmos_month"
      sourceGrid: "cubedsphere"
      staticSources: [“atmos_static”, “atmos_month”]
      xyInterp: *PP_XYINTERP96
      interpMethod: "conserve_order2"
      inputRealm: 'atmos'
      timeAverage: True

Where if these are defined, do_statics=True. Ensure proper handling of this change in workflow.

@singhd789 singhd789 changed the title Make static switch per-component Make static switch per-component Oct 23, 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