MRB-536: Adds FFV2 rules#123
Open
marymcglo wants to merge 29 commits intoMRB-534-Implement-rule-to-generate-namelistfrom
Open
MRB-536: Adds FFV2 rules#123marymcglo wants to merge 29 commits intoMRB-534-Implement-rule-to-generate-namelistfrom
marymcglo wants to merge 29 commits intoMRB-534-Implement-rule-to-generate-namelistfrom
Conversation
added 28 commits
January 14, 2026 15:12
…container to go from main branch instead of dev.
…te-namelist' into MRB-536-ffv2-rule
…te-namelist' into MRB-536-ffv2-rule
…use consolidating the input files into a directory and then having it be the output was not something Snakemake likes.
…put generation. This fixes the issue where the DAG was trying to generate MEC input where grib wasn't available.
…ate-namelist: - Add rules for running FFV2: `generate_ffv2_namelist`, `run_ffv2`, `reorganize_ffv2_files` - Add template and script `generate_ffv2_namelist.py` `template_SYNOP_DET.nl.jinja2` to generate the FFV2 config based on experiment params.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables running containerized FFV2 in EvalML. The new Snakemake rules (and corresponding templates/scripts) take the output from
run_mecrule, build the config (namelist) for FFV2, runs FFV2 from Nexus container, and reorganizes the score files into the directory structure expected by the FFV2 Shiny apps.generate_ffv2_namelist,run_ffv2,reorganize_ffv2_filesgenerate_ffv2_namelist.pytemplate_SYNOP_DET.nl.jinja2to generate the FFV2 config based on experiment params.