Conversation
|
Tested with: cd ~/ez/zppy
conda activate zppy_dev_20250407
pip install .
python tests/integration/utils.py
zppy -c tests/integration/generated/test_min_case_nco_chrysalis.cfg
scancel -u ac.forsyth2 # cancelled, since we don't actually need the output; could have also turned on dry_run
cd /lcrc/group/e3sm/ac.forsyth2/zppy_min_case_nco_output/test-711-try2/v3.LR.historical_0051 # cd into output dir
cd post/scripts/
diff provenance.20250521_003137_133895.cfg ~/ez/zppy/tests/integration/generated/test_min_case_nco_chrysalis.cfg
# No errors; the diffs match |
|
@chengzhuzhang It looks there's an issue in the CI/CD workflow I need to check, but the functionality of this PR seems to work. It copies the provenance cfg to a timestamped file in the output directory, under |
|
Would you prefer it to be in the |
|
Testing GitHub actions with cherry-picked commit from #715. |
|
(Rebased off |
thanks for working on this @forsyth2. I would prefer to have it under |
|
Now: |
|
|
|
@chengzhuzhang I decided to just add provenance to both If you approve of the latest code, I'll merge. Thanks! |
chengzhuzhang
left a comment
There was a problem hiding this comment.
The changes look good to me. Thanks for the PR.
|
Changes approved, merging |
Summary
Objectives:
zppywill be immediately available to developers helping to debug users' output. Previously, developers had to ask users for a copy of their cfg.Issue resolution:
Select one: This pull request is...
Small Change