Skip to content

Enum: GeothermalResourceTemperature

Classification of geothermal resources by temperature range.

URI: valuesets:GeothermalResourceTemperature

Permissible Values

Value Meaning Description
LOW_TEMPERATURE None Geothermal resource below 90C, suitable for direct use applications
MODERATE_TEMPERATURE None Geothermal resource 90-150C, suitable for binary power generation
HIGH_TEMPERATURE None Geothermal resource above 150C, suitable for flash steam power generation
SUPERCRITICAL None Very high temperature resource above 374C where water exists in supercritical...

Slots

Name Description
geothermal_resource_temperature Temperature classification of geothermal resources

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: GeothermalResourceTemperature
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Classification of geothermal resources by temperature range.
title: Geothermal Resource Temperature Classification
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  LOW_TEMPERATURE:
    text: LOW_TEMPERATURE
    description: Geothermal resource below 90C, suitable for direct use applications.
    annotations:
      temperature_max_c:
        tag: temperature_max_c
        value: 90
    title: Low Temperature Resource
  MODERATE_TEMPERATURE:
    text: MODERATE_TEMPERATURE
    description: Geothermal resource 90-150C, suitable for binary power generation.
    annotations:
      temperature_min_c:
        tag: temperature_min_c
        value: 90
      temperature_max_c:
        tag: temperature_max_c
        value: 150
    title: Moderate Temperature Resource
  HIGH_TEMPERATURE:
    text: HIGH_TEMPERATURE
    description: Geothermal resource above 150C, suitable for flash steam power generation.
    annotations:
      temperature_min_c:
        tag: temperature_min_c
        value: 150
    title: High Temperature Resource
  SUPERCRITICAL:
    text: SUPERCRITICAL
    description: Very high temperature resource above 374C where water exists in supercritical
      state.
    annotations:
      temperature_min_c:
        tag: temperature_min_c
        value: 374
    title: Supercritical Resource