Skip to content

Class: ModelGrid

Details about the model grid.

URI: oae:ModelGrid

classDiagram class ModelGrid click ModelGrid href "../ModelGrid" ModelGrid : arrangement ModelGrid : grid_type ModelGrid : horizontal_resolution_in_m ModelGrid : n_nodes ModelGrid : n_x ModelGrid : n_y ModelGrid : n_z ModelGrid : region ModelGrid : vertical_resolution_in_m

Slots

Name Cardinality and Range Description Inheritance
grid_type 0..1
String
Descriptive structure of grid (e direct
region 0..1
String
Region covered by the grid direct
arrangement 0..1
String
The grid arrangement of orthogonal physical quantities (e direct
n_x 0..1
Integer
Number of grid points in the x-direction direct
n_y 0..1
Integer
Number of grid points in the y-direction direct
n_z 0..1
Integer
Number of vertical coordinate levels direct
n_nodes 0..1
Integer
Number of nodes in the grid if using an unstructured grids direct
horizontal_resolution_in_m 0..1
Decimal
Horizontal resolution of the grid direct
vertical_resolution_in_m 0..1
Decimal
Vertical resolution of the grid direct

Usages

used by used in type used
ModelSimulation grid_details range ModelGrid

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self oae:ModelGrid
native oae:ModelGrid

LinkML Source

Direct

name: ModelGrid
description: Details about the model grid.
from_schema: OAEDataManagementProtocol
attributes:
  grid_type:
    name: grid_type
    description: Descriptive structure of grid (e.g. latitude-longitude grid, unstructured
      triangular, tripolar)
    from_schema: ModelSimulation
    rank: 1000
    domain_of:
    - ModelGrid
    range: string
  region:
    name: region
    description: Region covered by the grid. LOOK FOR IMPORTS
    from_schema: ModelSimulation
    rank: 1000
    domain_of:
    - ModelGrid
    range: string
  arrangement:
    name: arrangement
    description: The grid arrangement of orthogonal physical quantities (e.g. Arakawa
      A, Arakawa B, Arakawa C)
    from_schema: ModelSimulation
    rank: 1000
    domain_of:
    - ModelGrid
    range: string
  n_x:
    name: n_x
    description: Number of grid points in the x-direction.
    from_schema: ModelSimulation
    rank: 1000
    domain_of:
    - ModelGrid
    range: integer
  n_y:
    name: n_y
    description: Number of grid points in the y-direction.
    from_schema: ModelSimulation
    rank: 1000
    domain_of:
    - ModelGrid
    range: integer
  n_z:
    name: n_z
    description: Number of vertical coordinate levels.
    from_schema: ModelSimulation
    rank: 1000
    domain_of:
    - ModelGrid
    range: integer
  n_nodes:
    name: n_nodes
    description: Number of nodes in the grid if using an unstructured grids
    from_schema: ModelSimulation
    rank: 1000
    domain_of:
    - ModelGrid
    range: integer
  horizontal_resolution_in_m:
    name: horizontal_resolution_in_m
    description: Horizontal resolution of the grid.
    from_schema: ModelSimulation
    rank: 1000
    domain_of:
    - ModelGrid
    range: decimal
    unit:
      ucum_code: m
      has_quantity_kind: distance
  vertical_resolution_in_m:
    name: vertical_resolution_in_m
    description: Vertical resolution of the grid.
    from_schema: ModelSimulation
    rank: 1000
    domain_of:
    - ModelGrid
    range: decimal
    unit:
      ucum_code: m
      has_quantity_kind: distance

Induced

name: ModelGrid
description: Details about the model grid.
from_schema: OAEDataManagementProtocol
attributes:
  grid_type:
    name: grid_type
    description: Descriptive structure of grid (e.g. latitude-longitude grid, unstructured
      triangular, tripolar)
    from_schema: ModelSimulation
    rank: 1000
    alias: grid_type
    owner: ModelGrid
    domain_of:
    - ModelGrid
    range: string
  region:
    name: region
    description: Region covered by the grid. LOOK FOR IMPORTS
    from_schema: ModelSimulation
    rank: 1000
    alias: region
    owner: ModelGrid
    domain_of:
    - ModelGrid
    range: string
  arrangement:
    name: arrangement
    description: The grid arrangement of orthogonal physical quantities (e.g. Arakawa
      A, Arakawa B, Arakawa C)
    from_schema: ModelSimulation
    rank: 1000
    alias: arrangement
    owner: ModelGrid
    domain_of:
    - ModelGrid
    range: string
  n_x:
    name: n_x
    description: Number of grid points in the x-direction.
    from_schema: ModelSimulation
    rank: 1000
    alias: n_x
    owner: ModelGrid
    domain_of:
    - ModelGrid
    range: integer
  n_y:
    name: n_y
    description: Number of grid points in the y-direction.
    from_schema: ModelSimulation
    rank: 1000
    alias: n_y
    owner: ModelGrid
    domain_of:
    - ModelGrid
    range: integer
  n_z:
    name: n_z
    description: Number of vertical coordinate levels.
    from_schema: ModelSimulation
    rank: 1000
    alias: n_z
    owner: ModelGrid
    domain_of:
    - ModelGrid
    range: integer
  n_nodes:
    name: n_nodes
    description: Number of nodes in the grid if using an unstructured grids
    from_schema: ModelSimulation
    rank: 1000
    alias: n_nodes
    owner: ModelGrid
    domain_of:
    - ModelGrid
    range: integer
  horizontal_resolution_in_m:
    name: horizontal_resolution_in_m
    description: Horizontal resolution of the grid.
    from_schema: ModelSimulation
    rank: 1000
    alias: horizontal_resolution_in_m
    owner: ModelGrid
    domain_of:
    - ModelGrid
    range: decimal
    unit:
      ucum_code: m
      has_quantity_kind: distance
  vertical_resolution_in_m:
    name: vertical_resolution_in_m
    description: Vertical resolution of the grid.
    from_schema: ModelSimulation
    rank: 1000
    alias: vertical_resolution_in_m
    owner: ModelGrid
    domain_of:
    - ModelGrid
    range: decimal
    unit:
      ucum_code: m
      has_quantity_kind: distance