Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Ecosim Output Variable List

ASecurity

Extract and update the EcoSIM output-variable catalog from Fortran history-field registration calls such as hist_addfld1d and hist_addfld2d. Use only when explicitly asked to update, regenerate, refresh, or rebuild the list of EcoSIM output variables from HistDataType.F90 or related F90 source; do not invoke for ordinary EcoSIM output analysis unless the variable list itself must be updated.

3 stars
0 votes
0 copies
1 views
Added 9/19/2026
businesspythonbashnodeexpress

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add bioepic-data/ecosim-agent --skill ecosim-output-variable-list --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ecosim Output Variable List?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Ecosim Output Variable List
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/bioepic-data-ecosim-output-variable-list/badge)](https://www.skillsdirectory.com/skills/bioepic-data-ecosim-output-variable-list)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: ecosim-output-variable-list
description: Extract and update the EcoSIM output-variable catalog from Fortran history-field registration calls such as hist_addfld1d and hist_addfld2d. Use only when explicitly asked to update, regenerate, refresh, or rebuild the list of EcoSIM output variables from HistDataType.F90 or related F90 source; do not invoke for ordinary EcoSIM output analysis unless the variable list itself must be updated.
---

# EcoSIM Output Variable List

## Purpose

Use this skill to rebuild the catalog of EcoSIM model output variables registered in Fortran history files. The source of truth is `call hist_addfld...(...)` registration calls, especially in `HistDataType.F90`.

The catalog is meant to guide downstream EcoSIM output processing: variable selection, dimension handling, aggregation interpretation, unit checks, and NetCDF metadata review.

## Workflow

1. Locate the selected `.F90` source. If the user gives a path, use it. If no path is given, search `data/` first, then the repository, for `HistDataType.F90` or files containing `hist_addfld`.
2. Create an output folder under `result/`, for example:

```bash
mkdir -p result/ecosim_output_variables
```

3. Run the bundled extractor. Prefer JSON for automated processing and CSV for quick review:

```bash
python3 .agents/skills/ecosim-output-variable-list/scripts/extract_hist_output_vars.py /absolute/path/to/HistDataType.F90 --format json --output result/ecosim_output_variables/ecosim_output_variables.json
python3 .agents/skills/ecosim-output-variable-list/scripts/extract_hist_output_vars.py /absolute/path/to/HistDataType.F90 --format csv --output result/ecosim_output_variables/ecosim_output_variables.csv
```

4. Inspect the summary. Report total fields, counts by `hist_addfld*` routine, counts by rank, the number of dynamic `fname` expressions, and any duplicate literal variable names.
5. Preserve dynamic names as templates instead of inventing expansions. For example, names built from `trim(micpar%cplxname(jj))` or `trim(fieldname)` should remain marked with `is_dynamic_fname=true` unless the loop values are explicitly available from source or runtime configuration.
6. Use the catalog to guide processing code. Preserve the registered `units`, `avgflag`, `type2d`, `pointer_kind`, `pointer_target`, `long_name`, `condition_context`, and `loop_context` fields.

## Output Contract

Each extracted variable record includes:

- `source_file`, `source_line`, `end_line`: where the history registration call appears.
- `addfld_subroutine`: the registration routine, such as `hist_addfld1d` or `hist_addfld2d`.
- `rank`: derived from the routine name when possible (`1d`, `2d`, etc.).
- `fname`: literal variable name when available; otherwise a readable template.
- `fname_expr`: raw Fortran expression for `fname`.
- `is_dynamic_fname`: true when `fname` is assembled from expressions.
- `units`, `avgflag`, `type2d`, `default`, `long_name`: named arguments from the registration call.
- `pointer_arg`, `pointer_kind`, `pointer_expr`, `pointer_target`: pointer metadata used to infer whether the output is column-, patch-, or other domain-oriented.
- `condition_context`, `loop_context`, `enclosing_subroutine`: lightweight source context for conditional and loop-registered variables.

## Interpretation Rules

- Do not include commented-out `hist_addfld` calls in the active variable list.
- Treat `avgflag` as EcoSIM history metadata and preserve it verbatim. Do not change temporal units solely from `avgflag`; check whether units already encode rates (`/hr`, `/s`) or interval totals (`gC/m2`, `mm H2O/m2`).
- Treat `type2d` as the vertical or secondary dimension key for 2-D history variables, such as `levsoi`, `levcan`, `node`, `rootaxs`, `elements`, or `pmorphunits`.
- Flag unit inconsistencies for review, especially carbon, nitrogen, phosphorus, gas, water, and heat variables where `g`, `mol`, `umol`, `m2`, `m3`, `hr`, and `s` conversions can create mass-balance errors.
- Do not edit the Fortran source unless the user asks for code changes. This skill updates the output-variable catalog derived from the source.

## Reporting

When reporting the update, include the catalog paths, record counts, dynamic-name examples, duplicate-name warnings if any, and the selected F90 source path. Keep the output focused on how the catalog should guide EcoSIM model-output processing.

Attribution

bioepic-databioepic-data
View sourceMore from bioepic-data →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →