Skip to content

Class: ModelingDetails

Details of computational modeling used in an ERW study. Optional on Article; only populated when study_types includes "modeling".

URI: erw:ModelingDetails

 classDiagram
    class ModelingDetails
    click ModelingDetails href "../ModelingDetails/"
      ModelingDetails : modeling_type

      ModelingDetails : models_used

      ModelingDetails : parameters

      ModelingDetails : scale





        ModelingDetails --> "0..1" ModelingScaleEnum : scale
        click ModelingScaleEnum href "../ModelingScaleEnum/"




Slots

Name Cardinality and Range Description Inheritance
models_used *
String
Names of models used (e direct
scale 0..1
ModelingScaleEnum
Spatial scale of the modeling direct
modeling_type 0..1
String
Type of modeling approach (e direct
parameters 0..1
String
Key model parameters or configuration details direct

Usages

used by used in type used
Article modeling_details range ModelingDetails

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/erw-research/schema

Mappings

Mapping Type Mapped Value
self erw:ModelingDetails
native erw:ModelingDetails

LinkML Source

Direct

name: ModelingDetails
description: Details of computational modeling used in an ERW study. Optional on Article;
  only populated when study_types includes "modeling".
from_schema: https://w3id.org/erw-research/schema
attributes:
  models_used:
    name: models_used
    description: Names of models used (e.g., DayCent, ORCHIDEE, PHREEQC, CrunchFlow,
      ecosys). Free text, multivalued.
    from_schema: https://w3id.org/erw-research/modeling
    rank: 1000
    domain_of:
    - ModelingDetails
    multivalued: true
  scale:
    name: scale
    description: Spatial scale of the modeling.
    from_schema: https://w3id.org/erw-research/modeling
    rank: 1000
    domain_of:
    - ModelingDetails
    range: ModelingScaleEnum
  modeling_type:
    name: modeling_type
    description: Type of modeling approach (e.g., reactive transport, biogeochemical
      reaction modeling, earth system modeling). Free text.
    from_schema: https://w3id.org/erw-research/modeling
    rank: 1000
    domain_of:
    - ModelingDetails
  parameters:
    name: parameters
    description: Key model parameters or configuration details. Free text.
    from_schema: https://w3id.org/erw-research/modeling
    rank: 1000
    domain_of:
    - ModelingDetails

Induced

name: ModelingDetails
description: Details of computational modeling used in an ERW study. Optional on Article;
  only populated when study_types includes "modeling".
from_schema: https://w3id.org/erw-research/schema
attributes:
  models_used:
    name: models_used
    description: Names of models used (e.g., DayCent, ORCHIDEE, PHREEQC, CrunchFlow,
      ecosys). Free text, multivalued.
    from_schema: https://w3id.org/erw-research/modeling
    rank: 1000
    alias: models_used
    owner: ModelingDetails
    domain_of:
    - ModelingDetails
    range: string
    multivalued: true
  scale:
    name: scale
    description: Spatial scale of the modeling.
    from_schema: https://w3id.org/erw-research/modeling
    rank: 1000
    alias: scale
    owner: ModelingDetails
    domain_of:
    - ModelingDetails
    range: ModelingScaleEnum
  modeling_type:
    name: modeling_type
    description: Type of modeling approach (e.g., reactive transport, biogeochemical
      reaction modeling, earth system modeling). Free text.
    from_schema: https://w3id.org/erw-research/modeling
    rank: 1000
    alias: modeling_type
    owner: ModelingDetails
    domain_of:
    - ModelingDetails
    range: string
  parameters:
    name: parameters
    description: Key model parameters or configuration details. Free text.
    from_schema: https://w3id.org/erw-research/modeling
    rank: 1000
    alias: parameters
    owner: ModelingDetails
    domain_of:
    - ModelingDetails
    range: string