run-workflow-locally

Automate the 16-step SYMFLUENCE hydrological modeling workflow locally.

13|17|Updated Aug 22, 2024
One-click install
npx skills add https://github.com/symfluence-org/SYMFLUENCE --skill run-workflow-locally
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-workflow-locally
Source: https://github.com/symfluence-org/SYMFLUENCE/tree/main/src/symfluence/resources/skills/run-workflow-locally
Command: npx skills add https://github.com/symfluence-org/SYMFLUENCE --skill run-workflow-locally

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires symfluence, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of the SYMFLUENCE workflow locally, enabling users to run the full pipeline or specific steps for hydrological modeling.

Core Features & Use Cases

  • Full Pipeline Execution: Run the complete 16-step workflow in order or in a subset.
  • Single Step Execution: Execute any individual step or a series of steps.
  • Resume and Clean: Resume a workflow from a specific step or clean intermediate and output files.
  • Validation and Diagnostics: Validate configurations and diagnose issues with existing outputs.
  • Use Case: For researchers and hydrologists looking to automate and streamline their hydrological modeling processes.

Quick Start

Run the full workflow with the following command:

symfluence workflow run --config my_config.yaml

Frequently Asked Questions about run-workflow-locally

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate hydrological modeling workflows locally?

Automate hydrological modeling workflows locally by running the SYMFLUENCE pipeline, which sequentially executes a comprehensive 16-step modeling process. Use a configuration file to trigger the full pipeline and manage the complete automation.

Can I execute specific steps of a hydrological modeling workflow instead of the full pipeline?

Yes, you can execute specific steps of a hydrological modeling workflow. The system supports running any individual step or a custom subset of the 16-step process, enabling targeted execution rather than running the full pipeline.

What is the best way to resume a hydrological modeling workflow from a specific step?

The best way to resume a hydrological modeling workflow is using the built-in resume functionality. This feature allows you to restart the pipeline execution directly from a specific step, bypassing previously completed modeling computations.

Do I need external model binaries to run the SYMFLUENCE workflow?

Yes, running the SYMFLUENCE workflow may require external model binaries in addition to the core symfluence package. These external binaries are necessary to support the comprehensive 16-step hydrological modeling process.

How do I clean intermediate and output files from a hydrological modeling workflow?

Clean intermediate and output files from a hydrological modeling workflow using the integrated clean command. This function removes generated data from the pipeline, allowing you to clear storage or reset the modeling process state.

How can I validate configurations and diagnose issues with existing hydrological modeling outputs?

Validate configurations and diagnose issues with existing hydrological modeling outputs by using the built-in validation and diagnostics features. These tools check your setup and identify problems within previously generated workflow results.