executing-hecras-plans

Execute HEC-RAS plan simulations via RasCmdr with parallel and remote modes.

73|25|Updated Sep 5, 2024
One-click install
npx skills add https://github.com/gpt-cmdr/ras-commander --skill executing-hecras-plans
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-hecras-plans
Source: https://github.com/gpt-cmdr/ras-commander/tree/main/.claude/skills/executing-hecras-plans
Command: npx skills add https://github.com/gpt-cmdr/ras-commander --skill executing-hecras-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual process of running HEC-RAS simulations one by one.

Quick Start

Execute plan "01" with 4 cores and monitor real-time progress with callbacks.

Frequently Asked Questions about executing-hecras-plans

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

FAQPage Schema
How do I automate HEC-RAS plan execution across multiple cores?▼

Automate HEC-RAS plan execution by passing plan_number, num_cores, and dest_folder parameters to the Skill's compute functions. It distributes simulations across parallel cores, monitors real-time progress via callbacks, and manages output folders automatically—eliminating manual one-by-one execution.

Can I monitor HEC-RAS batch processing in real time?▼

Yes. The Skill provides stream_callback support for real-time progress monitoring during batch processing and scenario analysis. Callbacks report execution status as simulations run, enabling live visibility into multi-plan execution across single, parallel, sequential, and remote modes.

What execution modes does HEC-RAS plan automation support?▼

HEC-RAS plan execution supports single, parallel, sequential, and remote execution modes via RasCmdr. Parallel mode distributes workload across configurable cores; sequential processes plans one after another; remote enables distributed execution—all with automated destination-folder management.

How do I handle existing results when running HEC-RAS simulations repeatedly?▼

Control result handling with the skip_existing parameter. Set it to skip previously completed plans and avoid redundant computation, or allow overwrites for re-execution. The Skill also supports verify and clear_geompre flags for result validation and preprocessing control.

Do I need to manually manage HEC-RAS output folders during batch runs?▼

No. The Skill automates destination-folder management during batch processing, eliminating manual file organization. It handles folder structure for all execution modes—single, parallel, sequential, remote—so results are organized automatically.

Can I run HEC-RAS plans on remote systems?▼

Yes. The Skill supports remote execution mode alongside single, parallel, and sequential options via RasCmdr integration. Remote execution enables distributed plan simulations with the same parameter-driven control and real-time callback monitoring as local modes.