-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add support for MET tc_gen changes in METplus #801
Comments
For reference, the TC-Gen config files for MET versions 9.1 and 10.0.0 are attached: The config file changes are listed below:
|
Thanks for the info. This should be pretty straightforward to with the new changes to how the wrappers set env vars in MET config files. The changes are in branch feature_768_met_config ( #768 ). I have already verified that the output from the develop branch matches the output from this branch, but we are waiting for @DanielAdriaansen 's changes to the wrapped MET config files and documentation. The changes for this issue would be much easier with those changes available, so we could either 1) Create a PR, approve the changes, and create a separate issue for the MET config and documentation updates or 2) Create a branch off of the feature branch for #768 for this work. |
#780 is waiting for PR review (#792) by @j-opatz to get the MET_CONFIG_OVERRIDES functionality into develop faster than the other issue. This needs to happen before you can use that feature for your work-around. #768 involves changing the wrappers to set environment variables for MET config files (starting with METPLUS_) in a new and improved way that is much more efficient and easy to add support for new variables. This is what would make this issue much easier to tackle. |
I will start work ASAP on #768. Probably day or two I would imagine? Seems to make the most sense to me. |
I have made the first pass at refactoring the wrapper. I still need to:
|
Describe the New Feature
MET tc_gen went through some major changes for MET-10.0.0-beta3. These changes were requested from multiple users including work being done for #630 and #631. The
tc_gen_wrapper
needs to be updated to accomodate the MET changes so the work for #630 and #631 can be completed.The changes to MET can be seen here:
dtcenter/MET#1448
dtcenter/MET#1430
dtcenter/MET#1597
dtcenter/MET#1626
Acceptance Testing
List input data types and sources.
Describe tests required for new functionality.
Time Estimate
Estimate the amount of work required here.
Issues should represent approximately 1 to 3 days of work.
Sub-Issues
Consider breaking the new feature down into sub-issues.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
7790901 - as per Kathryn's guidance
Define the Metadata
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
New Feature Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s), Project(s), Milestone, and Linked issues
The text was updated successfully, but these errors were encountered: