skills/smithery.ai/hecras_compute_plans

hecras_compute_plans

SKILL.md

Executing HEC-RAS Plans

When the user asks to run HEC-RAS plans, use RasCmdr.compute_plan() for single plans or RasCmdr.compute_parallel() for multiple. Read the primary sources below for complete parameter details.

Primary Sources

1. Execution Patterns (CLAUDE.md)

Location: ras_commander/CLAUDE.md

Read these sections:

  • "Plan Execution" - Core execution methods and parameters
  • "Execution Modes" - Four modes: single, parallel, sequential, remote
  • "Plan Execution Parameters" - Complete parameter reference
  • "Common Workflow Pattern" - Initialize, Execute, Extract

Key execution modes:

# Single plan
RasCmdr.compute_plan("01", dest_folder="run1", num_cores=4)
Installs
2
First Seen
Mar 30, 2026