fz

Automate parametric simulation sweeps with variable substitution and output parsing.

2|2|Updated Feb 18, 2025
One-click install
npx skills add https://github.com/Funz/fz --skill fz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fz
Source: https://github.com/Funz/fz/tree/main/skills/fz
Command: npx skills add https://github.com/Funz/fz --skill fz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of parametric simulation studies by wrapping existing simulation codes, managing input parameter sweeps, and parsing output files into structured data.

Core Features & Use Cases

  • Parametric Sweeps: Automatically run simulations across a grid of input variables or design of experiments.
  • Multi-Platform Execution: Execute cases locally, via SSH, or on SLURM clusters with built-in parallelization and retry logic.
  • Structured Results: Collect simulation outputs into pandas DataFrames, enabling immediate analysis of sensitivity, optimization, or uncertainty.

Quick Start

Use the fz skill to run a parametric study on input.txt by defining your variables and executing the simulation across your chosen calculator.

Frequently Asked Questions about fz

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

FAQPage Schema
How do I automate parametric simulation studies across multiple input variables?

Automating parametric simulation studies requires wrapping existing command-line tools to perform variable substitution, parallel execution, and output parsing into structured data. This Skill manages input parameter sweeps and collects results into pandas DataFrames for immediate analysis.

Can I run parametric sweeps on a SLURM cluster or via SSH?

Yes, parametric sweeps can execute locally, via SSH, or on SLURM clusters. Built-in parallelization and retry logic handle high-performance computing environments, managing the input-output file lifecycle across remote execution platforms.

What do I need to set up before running a design of experiments simulation?

Running a design of experiments requires a configured model definition and a compatible simulation executable. You must define your variables and provide the input files so the automation can manage variable substitution and collect structured outputs.

How does simulation output parsing work for sensitivity analysis?

Simulation output parsing works by collecting results from executed cases and structuring them into pandas DataFrames. This enables immediate sensitivity, optimization, or uncertainty analysis without manual data extraction from individual output files.

What is the best way to handle factorial design execution for scientific computing workflows?

Factorial design execution for scientific computing workflows is handled by defining variables and executing the simulation across a chosen calculator. The automation manages parallel execution and input-output file lifecycle for large-scale parametric studies.

Why use automation for parametric studies instead of manual simulation execution?

Automation for parametric studies eliminates manual variable substitution and file management. It enables parallel execution across local and remote high-performance computing environments, parsing outputs into structured DataFrames for immediate sensitivity and optimization analysis.