SNOWPACK

Coordinate SNOWPACK cryosphere simulations from forcing conversion to output parsing.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/lzwei196/KISS---Knowledge-Infrastructure-for-Scientific-Simulation --skill snowpack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SNOWPACK
Source: https://github.com/lzwei196/KISS---Knowledge-Infrastructure-for-Scientific-Simulation/tree/main/models/SNOWPACK
Command: npx skills add https://github.com/lzwei196/KISS---Knowledge-Infrastructure-for-Scientific-Simulation --skill snowpack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas.

What problem does it solve?

Coordinates data preparation, configuration generation, model execution, and output extraction to enable reproducible, end-to-end cryosphere simulations with SNOWPACK.

Core Features & Use Cases

  • End-to-end orchestration of forcing conversion, profile setup, config generation, spinup/production runs, and output parsing.
  • Built-in validation and diagnostics using the provided triplets to catch unit, formatting, and runtime issues.
  • Use Case: A researcher can reproduce a full SNOWPACK cycle for a basin by feeding raw meteorological data and initial profiles, then obtaining ready-to-analyze time-series and per-layer outputs.

Quick Start

Run the SNOWPACK KI workflow to convert forcing, generate configuration, execute the model, and parse outputs.

Frequently Asked Questions about SNOWPACK

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

FAQPage Schema
How do I run an end-to-end SNOWPACK simulation workflow from raw meteorological data?

To run a SNOWPACK simulation, you provide raw meteorological data and initial profiles to an orchestrated workflow that handles forcing conversion, config generation, model execution, and output parsing for ready-to-analyze results.

What is the best way to automate cryosphere simulations across alpine and polar basins?

Automating cryosphere simulations requires coordinating data preparation, model execution, and output extraction, which this workflow achieves by enabling reproducible and scalable experiments with built-in diagnostics across alpine and polar basins.

Can I use Python pandas and numpy data structures to prepare forcing data for SNOWPACK model execution?

Yes, the workflow relies on Python and utilizes numpy and pandas dependencies, allowing you to process and prepare meteorological forcing data and initial profiles before generating the required model configurations.

Does the SNOWPACK workflow handle unit conversion and file path resolution for cryosphere model execution?

Yes, the workflow explicitly satisfies unit handling and file path resolution requirements, applying built-in validation and diagnostic tooling to catch formatting and runtime issues during forcing conversion and model execution.

How do I parse per-layer outputs and time-series data after a SNOWPACK production run?

Parsing SNOWPACK outputs is handled automatically by the workflow's extraction stage, which processes the production run results to deliver ready-to-analyze time-series and per-layer outputs for diagnostic review.

What should I do when SNOWPACK model execution fails due to formatting or runtime issues?

When model execution fails, you can use the workflow's built-in validation and diagnostics, which leverage provided triplets to catch unit, formatting, and runtime issues, ensuring reproducible cryosphere experiments.