-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
What new functionality do you need?
As the global workflow expands beyond the GFS, it needs to be more flexible for operationalization. EE2 standard variables like HOMEgfs and PARMgfs should be generalized for development. One option is to rename them to VARglobal, but other options may work as well.
In addition, a pre-operational script should be added to dev/ush to perform a sed search and replace of global (or similar) with ${NET} that can run before hand-off. The installation instructions should be updated accordingly for NCO SPAs that need to install the package.
Acceptance Criteria
- All standard variables such as
HOMEgfsshould be renamed toHOMEglobal(or similar) - A
sed-based script should be written to search and replace all instances ofglobalwith the inputNETas an argument to the script- This script should only look for specific instances (e.g.
HOMEglobal,PARMglobal) and not a blanket search/replace ofglobalwithNET
- This script should only look for specific instances (e.g.
- CI tests pass when run before and after running the script
- (Bonus, can be a follow-up issue) a script to convert
VAR${NET}back toVARglobal.
Suggest a solution (optional)
No response
Metadata
Metadata
Assignees
Labels
No labels