Add 2 scripts to run eagle more conveniently#196
Conversation
|
Was this proposed feature discussed in either of the EAGLE meetings, science or infrastructure? I don't see the required reference to an Issue, Discussion, etc. in the PR description, and I don't recall hearing anything about this. Can we get some background? Also, these scripts, if accepted, will need to be subject to the same formatting and linting checks as other shell code in the project, so they should be added to the |
maddenp-cu
left a comment
There was a problem hiding this comment.
Needs rationale and discussion.
|
I was on a task to get familiar with EAGLE, and while doing so, I feel using a script to run in such a script will be more convenient. Since I am not in the develop team, so it may did not follow the coding rules. People may take a look first, if feel that these 2 scripts are useful, then we can modify them to follow all the rules and name convention as well. |
Hi @weihuang-jedi, and thank you for contributing. I agree that some automation for running a whole EAGLE pipeline would be valuable. We have an open Issue that will provide a Rocoto workflow for running the Quickstart case from the documentation, and work is in progress on this. I think it would be fairly easy to modify that workflow to run other cases. Do you think that this upcoming feature would address your needs, too? There is some discussion in that Issue about the implementation of the feature, so you could review that and provide any input you might have as a user. |
|
FYI, a fix for the failure seen in the Code Quality Checks CI job is present on the branch targeted by PR #194, so when that merges to |
|
Using rocoto to make it as workflow will be much better then these run
script. I'd be glad to try when it is available.
…On Wed, Jun 24, 2026 at 11:20 AM Paul Madden ***@***.***> wrote:
*maddenp-cu* left a comment (NOAA-EPIC/EAGLE#196)
<#196 (comment)>
I was on a task to get familiar with EAGLE, and while doing so, I feel
using a script to run in such a script will be more convenient. Since I am
not in the develop team, so it may did not follow the coding rules.
People may take a look first, if feel that these 2 scripts are useful,
then we can modify them to follow all the rules and name convention as well.
Hi @weihuang-jedi <https://github.com/weihuang-jedi>, and thank you for
contributing. I agree that some automation for running a whole EAGLE
pipeline would be valuable. We have an open Issue
<#99> that will provide a Rocoto
workflow for running the Quickstart case from the documentation, and work
is in progress on this. I think it would be fairly easy to modify that
workflow to run other cases. Do you think that this upcoming feature would
address your needs, too? There is some discussion in that Issue about the
implementation of the feature, so you could review that and provide any
input you might have as a user.
—
Reply to this email directly, view it on GitHub
<#196?email_source=notifications&email_token=ASMCH6YQJQKSIFYYSP4L6N35BQETZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINZZGE4DOOJXHAZ2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4791879783>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMCH6Z27CG3UO22QGOZ7F35BQETZAVCNFSNUABGKJSXA33TNF2G64TZHMYTAOBWGUZTINZSGA5US43TOVSTWNBXGM3DOMBUGYYDDILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/ASMCH67LR37WV4WXAB4REDT5BQETZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINZZGE4DOOJXHAZ2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/ASMCH65IFXR2MOBWYOVOGXL5BQETZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINZZGE4DOOJXHAZ2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description:
Add 2 scripts:
runeagle.sh -- run eagle. runeagle.sh -h to get more info.
runnrt.sh -- run nrt, runnrt.sh -h to get more info.
Type of change:
Area(s) affected
Commit Requirements:
Testing / Verification:
Evidence (logs, key output paths, screenshots if relevant):
Runtime Environment:
python --version: Python 3.12.0wxvx --version(if applicable): wxvx version 0.7.2 build 1Commit Message:
git ci -m "adding two run scripts"
Subcomponent Pull Requests: