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

Link initial conditions instead of copying in stage_ic #3372

Open
3 tasks
aerorahul opened this issue Feb 24, 2025 · 0 comments · May be fixed by #3410
Open
3 tasks

Link initial conditions instead of copying in stage_ic #3372

aerorahul opened this issue Feb 24, 2025 · 0 comments · May be fixed by #3410
Assignees

Comments

@aerorahul
Copy link
Contributor

What new functionality do you need?

It was reported that the stage_ic job takes much longer to copy initial conditions when running the coupled model in an ensemble configuration. This is done in the stage_ic job.

A feature was introduced in FileHandler of wxflow to allow link in addition to copy. This feature should be leveraged to speed up the staging of initial conditions in the stage_ic job. Since staging is not an operational job, linking should not be an EE2 violation.

What are the requirements for the new functionality?

Replaces copy w/ link to speed up the execution of stage_ic

Acceptance Criteria

  • Successfully links the required initial conditions (instead of copy)
  • Runs the model from these linked ICs.
  • Does not need increase in wall time for stage jobs

Suggest a solution (optional)

  • Update the hash of wxflow to bring in the link feature
  • Replace copy w/ link in the stage_ic yamls
@aerorahul aerorahul added feature New feature or request triage Issues that are triage labels Feb 24, 2025
@aerorahul aerorahul self-assigned this Feb 24, 2025
@WalterKolczynski-NOAA WalterKolczynski-NOAA removed feature New feature or request triage Issues that are triage labels Feb 24, 2025
@aerorahul aerorahul linked a pull request Feb 28, 2025 that will close this issue
12 tasks
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

Successfully merging a pull request may close this issue.

2 participants