Model component Examples: "AOGCM", "AER", "BGC" These terms are intended to help with identifying required components for experiments or filtering models based on having common components. For example, an aerosol scheme or a circulation model or a biogeochemistry component. However, model component is only an approximate term, there is no precise definition of whether any given model has or does not have a given component.


Quick Reference

Type URI emd:model_component
Entries 10
Validation ✓ Validated
Pydantic Model ModelComponent
JSON-LD emd:model_component
Source View on GitHub
Contribute Submit or Edit
Generated 2026-02-22

Schema

The JSON structure and validation for this vocabulary is defined using the ModelComponent Pydantic model in esgvoc. This ensures data consistency and provides automatic validation of all entries. Click field name for description.

Optional Fields

Field Type Constraints References
description str - -

Field Descriptions

Description

No description available.


Usage

Direct Access:

Python (cmipld):

import cmipld
data = cmipld.get("emd:model_component/arpege-climat-version-6-3")

Python (esgvoc):

from esgvoc.api import search
results = search.find("model_component", term="arpege-climat-version-6-3")