PCR_GLOBWB_2

Automate end-to-end PCR-GLOBWB 2 hydrological simulations from domain setup to output analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

PCR-GLOBWB 2 deployments require coordinating domain setup, data conversions, model execution, and output processing. This Skill unit automates the end-to-end workflow, reducing setup time and minimizing human error.

Core Features & Use Cases

  • Domain and data preparation: configure clone maps, landmask, and INI settings for global or regional runs.
  • Forcing and soil parameter preparation: convert inputs to PCR-GLOBWB formats and derive necessary parameter files.
  • Execution and post-processing: run spin-up and transient simulations, then parse and summarize outputs.
  • Use Case: A researcher can spin up a Rhine-Meuse 5 arcmin run and automatically generate discharge time series and basin-averaged metrics for validation.

Quick Start

Run a complete end-to-end PCR_GLOBWB_2 workflow using a local clone map, then parse the outputs to produce time-series and basin statistics.

Frequently Asked Questions about PCR_GLOBWB_2

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

FAQPage Schema
How do I automate end-to-end PCR-GLOBWB 2 hydrological simulations?

Automate PCR-GLOBWB 2 hydrological simulations by using a workflow that configures domain setup, converts forcing data, generates parameters, executes runs, and parses outputs. This reduces manual setup time and minimizes human error across global or regional basins.

What is the best way to convert forcing data to PCR-GLOBWB formats?

Converting forcing data to PCR-GLOBWB formats is handled during the data preparation phase. The workflow processes raw inputs into the required NetCDF files and derives necessary soil parameter files before model execution.

Can I run regional PCR-GLOBWB 2 simulations for specific basins like Rhine-Meuse?

Yes, you can run regional PCR-GLOBWB 2 simulations for specific basins. The workflow supports configuring clone maps and landmask settings for regional runs, automatically generating discharge time series and basin-averaged metrics for validation.

Does PCR-GLOBWB 2 workflow automation require NetCDF and numpy dependencies?

Yes, PCR-GLOBWB 2 workflow automation requires numpy and netCDF4 dependencies. These libraries handle data processing and read the NetCDF forcing files needed for parameter generation and output analysis.

How do I set up a clone map and INI settings for a PCR-GLOBWB run?

Setting up a clone map and INI settings for a PCR-GLOBWB run occurs during the domain preparation phase. You configure the clone maps, landmask, and INI settings to define the spatial domain before executing spin-up and transient simulations.

What are the limitations of automating PCR-GLOBWB 2 workflows?

Automating PCR-GLOBWB 2 workflows is limited by its intermediate implementation depth, requiring proper local environment setup. Users must correctly provide initial clone maps and raw forcing data to avoid errors during regional or global model execution.