-
Notifications
You must be signed in to change notification settings - Fork 29
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
Use "--config" option in PSyAD command #2826
Labels
Comments
mo-alistairp
added a commit
that referenced
this issue
Dec 17, 2024
mo-alistairp
added a commit
that referenced
this issue
Dec 19, 2024
mo-alistairp
added a commit
that referenced
this issue
Dec 19, 2024
mo-alistairp
added a commit
that referenced
this issue
Dec 19, 2024
mo-alistairp
added a commit
that referenced
this issue
Jan 8, 2025
mo-alistairp
added a commit
that referenced
this issue
Jan 9, 2025
mo-alistairp
added a commit
that referenced
this issue
Jan 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In LFRic we use the
psyclone
command-line--config
option to specify where our custom copy ofpsyclone.cfg
is picked up from (LFRic Core in this case). If this option is not present, we default to thePSYCLONE_CONFIG
environment variable set for a specific PSyclone release.Now that we are porting LFRic to new systems, it became obvious that it would be good to have
--config
option for thepsyad
command as well, since it uses LFRic API but does not currently have a command-line mechanism for pointing to the custom PSyclone configuration file.I would suggest prioritising this for 3.1 release (#2744). I am aware it is an API change.
The text was updated successfully, but these errors were encountered: