Skip to content

Enum: GeothermalResourceTemperature

Classification of geothermal resources by temperature range.

URI: valuesets:GeothermalResourceTemperature

Permissible Values

Value Title Meaning Description Temperature Max C Temperature Min C
LOW_TEMPERATURE Low Temperature Resource Geothermal resource below 90C, suitable for direct use applications. 90
MODERATE_TEMPERATURE Moderate Temperature Resource Geothermal resource 90-150C, suitable for binary power generation. 150 90
HIGH_TEMPERATURE High Temperature Resource Geothermal resource above 150C, suitable for flash steam power generation. 150
SUPERCRITICAL Supercritical Resource Very high temperature resource above 374C where water exists in supercritical state. 374

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